mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Nice & Renice
This commit is contained in:
parent
05954bd799
commit
73cf9a5fdf
@ -13,7 +13,7 @@ template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
# 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
|
||||
CARGO_PROFILE_RELEASE_LTO=thin cookbook_cargo --no-default-features --features feat_os_unix_redox,kill,nice --bin coreutils
|
||||
|
||||
BINS=(
|
||||
'['
|
||||
@ -59,6 +59,7 @@ BINS=(
|
||||
more
|
||||
mv
|
||||
nl
|
||||
nice
|
||||
nproc
|
||||
numfmt
|
||||
od
|
||||
|
||||
5
recipes/wip/renice/recipe.toml
Normal file
5
recipes/wip/renice/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/akshitgaur2005/renice"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user