From 9cac0bfde658ce0639a9aa65f412ae8a1eae8bdf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 3 Nov 2010 08:18:05 +1100 Subject: waf: fixed wildcard build this fixes minimal includes for subsystems that use autoproto --- buildtools/wafsamba/samba_wildcard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_wildcard.py') diff --git a/buildtools/wafsamba/samba_wildcard.py b/buildtools/wafsamba/samba_wildcard.py index ecf3498c85..19f70efc92 100644 --- a/buildtools/wafsamba/samba_wildcard.py +++ b/buildtools/wafsamba/samba_wildcard.py @@ -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) -- cgit