summaryrefslogtreecommitdiff
path: root/buildtools/scripts
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-07-10 09:14:15 +0200
committerStefan Metzmacher <metze@samba.org>2010-07-10 09:35:01 +0200
commit85f73840b0c64ef8082c8a9665c3cc3caa176c1d (patch)
tree92c336ccf2fe4aa2abedc05fc780e18faea9bf80 /buildtools/scripts
parentc48ff4c6a937924f16bc37251c74b753fbe1f5c1 (diff)
downloadsamba-85f73840b0c64ef8082c8a9665c3cc3caa176c1d.tar.gz
samba-85f73840b0c64ef8082c8a9665c3cc3caa176c1d.tar.bz2
samba-85f73840b0c64ef8082c8a9665c3cc3caa176c1d.zip
s4:buildtools: add 'make show_waf_options'
metze
Diffstat (limited to 'buildtools/scripts')
-rw-r--r--buildtools/scripts/Makefile.waf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf
index 8de7f217bd..1ccbf4ca79 100644
--- a/buildtools/scripts/Makefile.waf
+++ b/buildtools/scripts/Makefile.waf
@@ -35,6 +35,9 @@ distclean:
reconfigure: configure
$(WAF) reconfigure
+show_waf_options:
+ $(WAF) --help
+
# some compatibility make targets
everything: all