1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

build: ensure that the 'build' command appears in waf --help

This commit is contained in:
Andrew Tridgell 2010-03-19 09:10:59 +11:00
parent 7eab82fce0
commit dae33b53a5

View File

@ -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