Update to break tar into library and utility
This commit is contained in:
parent
9aa81e571d
commit
98e7a35630
8 changed files with 51 additions and 32 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue