From: Rudolf Polzer Date: Wed, 15 Sep 2010 19:27:23 +0000 (+0200) Subject: release build script: run sub-compiles with niceness of calling process X-Git-Tag: xonotic-v0.1.0preview~219 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=38d6d573abd3b1e306c266ac32d008fd104ce54c release build script: run sub-compiles with niceness of calling process --- diff --git a/all b/all index 2c6b18b4..ee4d75aa 100755 --- a/all +++ b/all @@ -998,7 +998,7 @@ case "$cmd" in *) verbose rsync --delete -zLvaSHP "$srcdir"/ "$host:$buildpath/" verbose rsync --delete -zLvaSHP "$depsdir"/ "$host:$buildpath.deps/" - verbose ssh "$host" "ln -snf $buildpath.deps $buildpath/.deps && cd $buildpath && make clean $maketargets $makeflags" + verbose ssh "$host" "ln -snf $buildpath.deps $buildpath/.deps && cd $buildpath && nice -`nice` make clean $maketargets $makeflags" for f in $targetfiles; do verbose rsync -zvaSHP "$host:$buildpath/${f%:*}" "${f##*:}" || true done