]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
simplify build
authorRudolf Polzer <divVerent@alientrap.org>
Thu, 5 Aug 2010 18:19:44 +0000 (20:19 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Thu, 5 Aug 2010 18:19:44 +0000 (20:19 +0200)
all

diff --git a/all b/all
index 874d4f39a15d3c88638715448c5e1333531035a9..170411cc20b4aaea006141f0e99fbeb670ed4862 100755 (executable)
--- a/all
+++ b/all
@@ -966,9 +966,6 @@ case "$cmd" in
        release-maps)
                "$SELF" update-maps
                ;;
-       release-finish)
-               # version number and stuff like that
-               ;;
        release-qc)
                verbose make -C data/xonotic-data.pk3dir FTEQCC="$d0/Xonotic/fteqcc/fteqcc.linux32" FTEQCCFLAGS_WATERMARK=
                ;;
@@ -1149,9 +1146,8 @@ case "$cmd" in
                "$SELF" release-prepare
                "$SELF" release-maps &
                "$SELF" release-engine &
-               "$SELF" release-finish &
-               "$SELF" release-qc &
                wait
+               "$SELF" release-qc
                "$SELF" release-pack-needsx11
                "$SELF" release-zip
                ;;