]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
./all compile: don't clean QC by default
authorRudolf Polzer <divverent@alientrap.org>
Wed, 1 Sep 2010 19:19:03 +0000 (21:19 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 1 Sep 2010 19:19:03 +0000 (21:19 +0200)
all

diff --git a/all b/all
index 49e029635216c38e6af86eba4706f013c56102c9..6b417991c38f32924039ec33376179165fb9a144 100755 (executable)
--- a/all
+++ b/all
@@ -548,16 +548,10 @@ case "$cmd" in
                                cleanqc=true
                                shift
                                ;;
                                cleanqc=true
                                shift
                                ;;
-                       -n)
-                               cleandp=false
-                               cleanqcc=false
-                               cleanqc=false
-                               shift
-                               ;;
                        *)
                                cleandp=false
                                cleanqcc=false
                        *)
                                cleandp=false
                                cleanqcc=false
-                               cleanqc=true # version info
+                               cleanqc=false
                                ;;
                esac
                if [ $# -gt 0 ] && [ x"$1" = x"" ]; then
                                ;;
                esac
                if [ $# -gt 0 ] && [ x"$1" = x"" ]; then