en-/disable-ENDUSER_BUILD does not work

This commit is contained in:
Thomas-Karl Pietrowski 2015-01-24 18:49:06 +01:00
parent c9df277820
commit 4fdfe78b49
1 changed files with 2 additions and 9 deletions

View File

@ -126,14 +126,7 @@ linkcheck:
@echo "Link check complete; look for any errors in the above output " \ @echo "Link check complete; look for any errors in the above output " \
"or in build/linkcheck/output.txt." "or in build/linkcheck/output.txt."
enable-ENDUSER_BUILD:
$(ENDUSER_BUILD) = yes
$(_TESTS) =
disable-ENDUSER_BUILD:
$(ENDUSER_BUILD) = no
$(_TESTS) = _TEST
build-all: html pickle htmlhelp pdf ps gettext build-all: html pickle htmlhelp pdf ps gettext
test: disable-ENDUSER_BUILD build-all # TODO: Make test run in non-enduser-build mode
test: build-all