X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=ee4d75aa64b808170180e095d1593d8d969fe63f;hp=2c6b18b4b78f0e0bc5822d9eef334ef405191518;hb=38d6d573abd3b1e306c266ac32d008fd104ce54c;hpb=b67c1547851e7ee826f0200835fb7ad4e79a5bd9 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