s4:buildtools: add 'make show_waf_options'
authorStefan Metzmacher <metze@samba.org>
Sat, 10 Jul 2010 07:14:15 +0000 (09:14 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 10 Jul 2010 07:35:01 +0000 (09:35 +0200)
metze

buildtools/scripts/Makefile.waf

index 8de7f217bdb05f81549c094b45c41e820172c99e..1ccbf4ca793be035f13d295c06f53f443d08e86e 100644 (file)
@@ -35,6 +35,9 @@ distclean:
 reconfigure: configure
        $(WAF) reconfigure
 
+show_waf_options:
+       $(WAF) --help
+
 # some compatibility make targets
 everything: all