diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-19 09:10:59 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:53 +1000 |
commit | dae33b53a545217f432c7b1c650b9a6650a96f9a (patch) | |
tree | 1d84731d2a9278a0a044b605d1207507dffe50ce /source4/wscript | |
parent | 7eab82fce009fd6b1f16a3bd75d872591d92e8b9 (diff) | |
download | samba-dae33b53a545217f432c7b1c650b9a6650a96f9a.tar.gz samba-dae33b53a545217f432c7b1c650b9a6650a96f9a.tar.bz2 samba-dae33b53a545217f432c7b1c650b9a6650a96f9a.zip |
build: ensure that the 'build' command appears in waf --help
Diffstat (limited to 'source4/wscript')
-rw-r--r-- | source4/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
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 |