Merge branch 'uutils_kill' into 'master'

Add kill to uutils

See merge request redox-os/redox!1846
This commit is contained in:
Jeremy Soller 2026-01-27 06:02:10 -07:00
commit 3aefbc10b4

View File

@ -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