1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

waf: fixed wildcard build

this fixes minimal includes for subsystems that use autoproto
This commit is contained in:
Andrew Tridgell 2010-11-03 08:18:05 +11:00
parent b3fb311173
commit 9cac0bfde6

View File

@ -30,7 +30,8 @@ def run_named_build_task(cmd):
t.position= [0,0]
print(t.display())
run_task(t, k)
return
found = True
if not found:
raise Utils.WafError("Unable to find build target matching %s" % cmd)