waf: fixed wildcard build
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Nov 2010 21:18:05 +0000 (08:18 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 2 Nov 2010 23:53:12 +0000 (10:53 +1100)
this fixes minimal includes for subsystems that use autoproto

buildtools/wafsamba/samba_wildcard.py

index ecf3498c85be48b7fa97f6ae9625dcabba98aa83..19f70efc92f021f2770195c5f89c986c2f676a5f 100644 (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)