From 88d3a95eca7d1bac5039aad67f53da3962fc8564 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 29 Jan 2010 23:14:53 +0100 Subject: global: do not offer the renice option, let's the user handle that It's broken anyway. Eg.: - user is already niced at 10 - user configures to renice at 5 - breaks because user is not allowed to 'boost' his/her nice value Bette let the user handle the renice with: nice -XX ct-ng 'action' --- scripts/crosstool-NG.sh.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in index 50db26fa..ff490ded 100644 --- a/scripts/crosstool-NG.sh.in +++ b/scripts/crosstool-NG.sh.in @@ -97,9 +97,6 @@ CT_STAR_DATE_HUMAN=$(CT_DoDate +%Y%m%d.%H%M%S) # Log real begining of build, now CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}" -# renice oursleves -CT_DoExecLog DEBUG renice ${CT_NICE} $$ - CT_DoStep DEBUG "Dumping user-supplied crosstool-NG configuration" CT_DoExecLog DEBUG grep -E '^(# |)CT_' .config CT_EndStep -- cgit v1.2.3