Add shutdown support

This commit is contained in:
Jeremy Soller 2017-03-19 16:45:51 -06:00
parent 7e3bb25e7b
commit f37f4bb4fd
3 changed files with 3 additions and 3 deletions

2
kernel

@ -1 +1 @@
Subproject commit 1d5c7d6a4e6e8b4169e6c21e4c6591151f7e25c9 Subproject commit 228cd79cd4baefbf72b6da7e70749488c888dc67

View file

@ -26,6 +26,7 @@ coreutils: \
filesystem/bin/rmdir \ filesystem/bin/rmdir \
filesystem/bin/rm \ filesystem/bin/rm \
filesystem/bin/seq \ filesystem/bin/seq \
filesystem/bin/shutdown \
filesystem/bin/sleep \ filesystem/bin/sleep \
filesystem/bin/sort \ filesystem/bin/sort \
filesystem/bin/tail \ filesystem/bin/tail \
@ -37,7 +38,6 @@ coreutils: \
filesystem/bin/wc \ filesystem/bin/wc \
filesystem/bin/which \ filesystem/bin/which \
filesystem/bin/yes filesystem/bin/yes
#filesystem/bin/shutdown
filesystem/bin/%: programs/coreutils/Cargo.toml programs/coreutils/src/bin/%.rs $(BUILD)/libstd.rlib filesystem/bin/%: programs/coreutils/Cargo.toml programs/coreutils/src/bin/%.rs $(BUILD)/libstd.rlib
mkdir -p filesystem/bin mkdir -p filesystem/bin

@ -1 +1 @@
Subproject commit 0222774182113f64e8e33e573e00f2f5f93543f7 Subproject commit e46d2fccefc4fef455ca2be7c10142f81cb1573d