./all compile: don't clean QC by default

This commit is contained in:
Rudolf Polzer 2010-09-01 21:19:03 +02:00
parent 1d695ed74f
commit 0c1da75a8e

8
all
View File

@ -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