git.samba.org
/
amitay
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bb7723
)
waf: quote subsystem names to make them clearer
author
Andrew Tridgell
<tridge@samba.org>
Tue, 26 Oct 2010 23:37:58 +0000
(10:37 +1100)
committer
Andrew Tridgell
<tridge@samba.org>
Tue, 26 Oct 2010 23:40:04 +0000
(23:40 +0000)
buildtools/wafsamba/samba_deps.py
patch
|
blob
|
history
diff --git
a/buildtools/wafsamba/samba_deps.py
b/buildtools/wafsamba/samba_deps.py
index a89c3e8ca3542c07bfd2598fcdb55b308e03c18d..f54f3b2c68e16161a8138044963878c253b0b319 100644
(file)
--- a/
buildtools/wafsamba/samba_deps.py
+++ b/
buildtools/wafsamba/samba_deps.py
@@
-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