From: Rudolf Polzer Date: Wed, 1 Sep 2010 19:19:03 +0000 (+0200) Subject: ./all compile: don't clean QC by default X-Git-Tag: xonotic-v0.1.0preview~250 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=0c1da75a8eb31779525088296a592d31d2c059d9 ./all compile: don't clean QC by default --- diff --git a/all b/all index 49e02963..6b417991 100755 --- a/all +++ b/all @@ -548,16 +548,10 @@ case "$cmd" in cleanqc=true shift ;; - -n) - cleandp=false - cleanqcc=false - cleanqc=false - shift - ;; *) cleandp=false cleanqcc=false - cleanqc=true # version info + cleanqc=false ;; esac if [ $# -gt 0 ] && [ x"$1" = x"" ]; then