From 85f73840b0c64ef8082c8a9665c3cc3caa176c1d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 10 Jul 2010 09:14:15 +0200 Subject: [PATCH] s4:buildtools: add 'make show_waf_options' metze --- buildtools/scripts/Makefile.waf | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1