X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=Makefile;h=6d0e9a617f2c875c84036faf78a9be5c148ab734;hp=abd82b133fa159c61d145f8e4f1a037c2323eb7a;hb=b7ee5fd9f465455a5691abba80a7e83a1ab5b2d8;hpb=fd2b1a8ba60990ceca63c494e1fc6094c3b7f6b2 diff --git a/Makefile b/Makefile index abd82b133..6d0e9a617 100644 --- a/Makefile +++ b/Makefile @@ -8,18 +8,18 @@ DIFF ?= diff # It will automagically add an engine check with -TID and then change back to -TFTE FTEQCCFLAGS_CSPROGS ?= -# xonotic build system overrides this by command line argument to turn off the update-cvarcount step +# xonotic build system overrides this by command line argument to turn off the check-cvars step XON_BUILDSYSTEM = all: qc -.PHONY: update-cvarcount -update-cvarcount: +.PHONY: check-cvars +check-cvars: [ "$(XON_BUILDSYSTEM)" = "" ] || [ "$(XON_BUILDSYSTEM)" = "1" ] - [ "$(XON_BUILDSYSTEM)" = "1" ] || { DO_NOT_RUN_MAKE=1 sh update-cvarcount.sh; } + [ "$(XON_BUILDSYSTEM)" = "1" ] || { DO_NOT_RUN_MAKE=1 sh check-cvars.sh; } .PHONY: qc -qc: update-cvarcount +qc: check-cvars $(MAKE) -C qcsrc .PHONY: skin