From: Rudolf Polzer Date: Fri, 24 Apr 2020 00:18:07 +0000 (-0400) Subject: When building a release, build only gmqcc, not all the other stuff. X-Git-Tag: xonotic-v0.8.5~93 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=ccb88e2234ec80cae7e87e2f68fa166edffd2201 When building a release, build only gmqcc, not all the other stuff. --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 86ee7637..fd9e4f01 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -262,7 +262,7 @@ case "$cmd" in ;; release-qc) release_common - verbose make -C "$d0/gmqcc" all + verbose make -C "$d0/gmqcc" gmqcc verbose env GIT_DIR="$d0/data/xonotic-data.pk3dir/.git" make -C Xonotic/source QCC="$d0/gmqcc/gmqcc" XON_BUILDSYSTEM=1 clean all ;; release-buildpk3-transform-raw)