From: Rudolf Polzer Date: Wed, 15 Sep 2010 11:14:23 +0000 (+0200) Subject: new var HOSTS_THAT_ARE_DISABLED X-Git-Tag: xonotic-v0.1.0preview~223 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=28a97ea2afdd603ff059c66b49db59ca9b7ae4a6 new var HOSTS_THAT_ARE_DISABLED --- diff --git a/all b/all index 83ef8bda..5064b3e7 100755 --- a/all +++ b/all @@ -979,6 +979,11 @@ case "$cmd" in depsdir=$6 targetfiles=$7 if [ -n "$targetfiles" ]; then + case " $HOSTS_THAT_ARE_DISABLED " in + *\ $host\ *) + return 0 + ;; + esac case " $HOSTS_THAT_ARE_MYSELF " in *\ $host\ *) verbose rsync --delete -zLvaSHP "$srcdir"/ "$buildpath/"