From 38d6d573abd3b1e306c266ac32d008fd104ce54c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 15 Sep 2010 21:27:23 +0200 Subject: [PATCH] release build script: run sub-compiles with niceness of calling process --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2