build: we don't need this makefile magic any more
authorAndrew Tridgell <tridge@samba.org>
Thu, 22 Apr 2010 04:52:19 +0000 (14:52 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 22 Apr 2010 09:36:15 +0000 (19:36 +1000)
The waf build now checks for all A=B variables passed via make
and sets the same waf internal variable. This means all waf options
are available via make.

Removing this from the Makefile makes us less reliant on a modern
version of make.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

buildtools/scripts/Makefile.waf

index ac5c01355a884e4027d6e96d3694f49230f4f819..f9c3fbb3bb29bd34792ece83a7ea423a60d3fcf2 100644 (file)
@@ -12,10 +12,10 @@ uninstall:
        $(WAF) uninstall
 
 test:
-       $(WAF) test $(if $(TESTS),--tests="$(TESTS)")
+       $(WAF) test
 
 quicktest:
-       $(WAF) test --quick $(if $(TESTS),--tests="$(TESTS)")
+       $(WAF) test --quick
 
 dist:
        $(WAF) dist