From: Carsten Schlote <[email protected]> Use largest positive number for nice to work in background.
Signed-off-by: Carsten Schlote <[email protected]> --- build_all_v2.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build_all_v2.mk b/build_all_v2.mk index 5422b98..7c185cf 100755 --- a/build_all_v2.mk +++ b/build_all_v2.mk @@ -48,7 +48,7 @@ endif PTXDIST := ./p --force ifdef BENICE -NICE += nice -20 +NICE += nice -n 19 endif CONFIGDIR := ptxconfigs -- 1.6.6.1 -- ptxdist mailing list [email protected]
