summaryrefslogtreecommitdiff
path: root/buildtools/scripts
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-22 14:52:19 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-22 19:36:15 +1000
commit6669152a4a5919ecad633b594708d6b95577b4dc (patch)
treecdf2a596faa1a3346519dddb4c36114c22a02114 /buildtools/scripts
parent70cc9fd5c62f385d6e94380597f02da80cea3649 (diff)
downloadsamba-6669152a4a5919ecad633b594708d6b95577b4dc.tar.gz
build: we don't need this makefile magic any more
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>
Diffstat (limited to 'buildtools/scripts')
-rw-r--r--buildtools/scripts/Makefile.waf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf
index ac5c01355a8..f9c3fbb3bb2 100644
--- a/buildtools/scripts/Makefile.waf
+++ b/buildtools/scripts/Makefile.waf
@@ -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