diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-07-10 09:14:15 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-07-10 09:35:01 +0200 |
commit | 85f73840b0c64ef8082c8a9665c3cc3caa176c1d (patch) | |
tree | 92c336ccf2fe4aa2abedc05fc780e18faea9bf80 /buildtools | |
parent | c48ff4c6a937924f16bc37251c74b753fbe1f5c1 (diff) | |
download | samba-85f73840b0c64ef8082c8a9665c3cc3caa176c1d.tar.gz samba-85f73840b0c64ef8082c8a9665c3cc3caa176c1d.tar.xz samba-85f73840b0c64ef8082c8a9665c3cc3caa176c1d.zip |
s4:buildtools: add 'make show_waf_options'
metze
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/scripts/Makefile.waf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf index 8de7f217bdb..1ccbf4ca793 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 |