diff --git a/mk/userspace/coreutils.mk b/mk/userspace/coreutils.mk index 117644c..672df07 100644 --- a/mk/userspace/coreutils.mk +++ b/mk/userspace/coreutils.mk @@ -30,13 +30,14 @@ coreutils: \ filesystem/bin/sort \ filesystem/bin/tail \ filesystem/bin/tee \ + filesystem/bin/test \ filesystem/bin/time \ filesystem/bin/touch \ filesystem/bin/true \ filesystem/bin/wc \ filesystem/bin/which \ filesystem/bin/yes - #filesystem/bin/shutdown filesystem/bin/test + #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 2648ad4..6637651 160000 --- a/programs/coreutils +++ b/programs/coreutils @@ -1 +1 @@ -Subproject commit 2648ad46174d69c778b42f09812b86a1ca74cf44 +Subproject commit 66376514f0b2ba55657b17549a7b02cffc7786af