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:
parent
7eab82fce0
commit
dae33b53a5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user