From dae33b53a545217f432c7b1c650b9a6650a96f9a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 Mar 2010 09:10:59 +1100 Subject: build: ensure that the 'build' command appears in waf --help --- source4/wscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4') diff --git a/source4/wscript b/source4/wscript index 10ea2b02a4..75e2cc94ea 100644 --- a/source4/wscript +++ b/source4/wscript @@ -75,3 +75,8 @@ def etags(ctx): print "Running: %s" % cmd os.system(cmd) +# putting this here enabled build in the list +# of commands in --help +def build(bld): + '''build all targets''' + pass -- cgit