Add shutdown support
This commit is contained in:
parent
7e3bb25e7b
commit
f37f4bb4fd
3 changed files with 3 additions and 3 deletions
|
@ -26,6 +26,7 @@ coreutils: \
|
|||
filesystem/bin/rmdir \
|
||||
filesystem/bin/rm \
|
||||
filesystem/bin/seq \
|
||||
filesystem/bin/shutdown \
|
||||
filesystem/bin/sleep \
|
||||
filesystem/bin/sort \
|
||||
filesystem/bin/tail \
|
||||
|
@ -37,7 +38,6 @@ coreutils: \
|
|||
filesystem/bin/wc \
|
||||
filesystem/bin/which \
|
||||
filesystem/bin/yes
|
||||
#filesystem/bin/shutdown
|
||||
|
||||
filesystem/bin/%: programs/coreutils/Cargo.toml programs/coreutils/src/bin/%.rs $(BUILD)/libstd.rlib
|
||||
mkdir -p filesystem/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue