From 0c1da75a8eb31779525088296a592d31d2c059d9 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 1 Sep 2010 21:19:03 +0200 Subject: [PATCH] ./all compile: don't clean QC by default --- all | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 -- 2.39.2