From: Rudolf Polzer Date: Mon, 26 Apr 2010 20:48:14 +0000 (+0200) Subject: targets targets targets targets ;) ./all compile wgl X-Git-Tag: xonotic-v0.1.0preview~481 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=c53177ca964eea2500cb954e322af5146cc2078c;hp=169208535f74c8cd2c2ca4d855cce6fd304af7b1 targets targets targets targets ;) ./all compile wgl --- diff --git a/all b/all index 6166c77c..15a98b79 100755 --- a/all +++ b/all @@ -352,6 +352,25 @@ case "$cmd" in done ;; compile) + if [ -n "$WE_HATE_OUR_USERS" ]; then + TARGETS="sv-debug cl-debug" + else + TARGETS="sv-debug cl-debug sdl-debug" + fi + case "$1" in + sdl) + TARGETS="sdl-debug" + shift + ;; + glx|agl|wgl) + TARGETS="cl-debug" + shift + ;; + dedicated) + TARGETS="sv-debug" + shift + ;; + esac if [ -z "$MAKEFLAGS" ]; then if [ -f /proc/cpuinfo ]; then ncpus=$((`grep -c '^processor :' /proc/cpuinfo`+0)) @@ -365,11 +384,9 @@ case "$cmd" in enter "$d0/data/xonotic-data.pk3dir" verbose verbose make FTEQCC="$d0/fteqcc/fteqcc.bin" $MAKEFLAGS enter "$d0/darkplaces" verbose - verbose make $MAKEFLAGS sv-debug - verbose make $MAKEFLAGS cl-debug - if ! [ -n "$WE_HATE_OUR_USERS" ]; then - verbose make $MAKEFLAGS sdl-debug - fi + for T in $TARGETS; do + verbose make $MAKEFLAGS "$T" + done ;; run) if [ -n "$WE_HATE_OUR_USERS" ]; then