Update to break tar into library and utility

This commit is contained in:
Jeremy Soller 2017-04-22 20:06:56 -06:00
parent 9aa81e571d
commit 98e7a35630
8 changed files with 51 additions and 32 deletions

View file

@ -11,7 +11,8 @@ extrautils: \
filesystem/bin/mtxt \
filesystem/bin/rem \
filesystem/bin/resize \
filesystem/bin/screenfetch
filesystem/bin/screenfetch \
filesystem/bin/tar
#filesystem/bin/dmesg filesystem/bin/info filesystem/bin/watch
filesystem/bin/%: programs/extrautils/Cargo.toml programs/extrautils/src/bin/%.rs $(BUILD)/libstd.rlib

View file

@ -12,7 +12,6 @@ userspace: \
filesystem/bin/acid \
filesystem/bin/contain \
filesystem/bin/smith \
filesystem/bin/tar \
filesystem/bin/timeout
include mk/userspace/coreutils.mk