waf: quote subsystem names to make them clearer
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 Oct 2010 23:37:58 +0000 (10:37 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 26 Oct 2010 23:40:04 +0000 (23:40 +0000)
buildtools/wafsamba/samba_deps.py

index a89c3e8ca3542c07bfd2598fcdb55b308e03c18d..f54f3b2c68e16161a8138044963878c253b0b319 100644 (file)
@@ -435,7 +435,7 @@ def build_direct_deps(bld, tgt_list):
             d = EXPAND_ALIAS(bld, d)
             if d == t.sname: continue
             if not d in targets:
-                Logs.error("Unknown dependency %s in %s" % (d, t.sname))
+                Logs.error("Unknown dependency '%s' in '%s'" % (d, t.sname))
                 sys.exit(1)
             if targets[d] in [ 'EMPTY', 'DISABLED' ]:
                 continue