mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'uutils_kill' into 'master'
Add kill to uutils See merge request redox-os/redox!1846
This commit is contained in:
commit
3aefbc10b4
@ -12,7 +12,8 @@ patches = [
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
CARGO_PROFILE_RELEASE_LTO=thin cookbook_cargo --no-default-features --features feat_os_unix_redox --bin coreutils
|
||||
# TODO: upstream changes, consider using feat_require_unix_core if relibc is ready?
|
||||
CARGO_PROFILE_RELEASE_LTO=thin cookbook_cargo --no-default-features --features feat_os_unix_redox,kill --bin coreutils
|
||||
|
||||
BINS=(
|
||||
'['
|
||||
@ -48,6 +49,7 @@ BINS=(
|
||||
head
|
||||
join
|
||||
install
|
||||
kill
|
||||
link
|
||||
ln
|
||||
ls
|
||||
|
||||
Loading…
Reference in New Issue
Block a user