From f37f4bb4fd32bda07d8b10114125c192cd2dbeef Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 19 Mar 2017 16:45:51 -0600 Subject: [PATCH] Add shutdown support --- kernel | 2 +- mk/userspace/coreutils.mk | 2 +- programs/coreutils | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel b/kernel index 1d5c7d6..228cd79 160000 --- a/kernel +++ b/kernel @@ -1 +1 @@ -Subproject commit 1d5c7d6a4e6e8b4169e6c21e4c6591151f7e25c9 +Subproject commit 228cd79cd4baefbf72b6da7e70749488c888dc67 diff --git a/mk/userspace/coreutils.mk b/mk/userspace/coreutils.mk index 672df07..64200da 100644 --- a/mk/userspace/coreutils.mk +++ b/mk/userspace/coreutils.mk @@ -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 diff --git a/programs/coreutils b/programs/coreutils index 0222774..e46d2fc 160000 --- a/programs/coreutils +++ b/programs/coreutils @@ -1 +1 @@ -Subproject commit 0222774182113f64e8e33e573e00f2f5f93543f7 +Subproject commit e46d2fccefc4fef455ca2be7c10142f81cb1573d