summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_utils.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-02 11:55:07 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:22 +1000
commit9eb5cb784ceeab4d53cf01890b21a28043467dfa (patch)
treee0b2eb17838f329c10bc1125d34e20580993db24 /buildtools/wafsamba/samba_utils.py
parent4731442dfab1c1b44e0c6e92360dde23215b3e5b (diff)
downloadsamba-9eb5cb784ceeab4d53cf01890b21a28043467dfa.tar.gz
samba-9eb5cb784ceeab4d53cf01890b21a28043467dfa.tar.bz2
samba-9eb5cb784ceeab4d53cf01890b21a28043467dfa.zip
build: a bit more information for tracking --target deps
Diffstat (limited to 'buildtools/wafsamba/samba_utils.py')
-rw-r--r--buildtools/wafsamba/samba_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_utils.py b/buildtools/wafsamba/samba_utils.py
index 9152cc2ed0..789720f0ea 100644
--- a/buildtools/wafsamba/samba_utils.py
+++ b/buildtools/wafsamba/samba_utils.py
@@ -256,7 +256,8 @@ def ENFORCE_GROUP_ORDERING(bld):
for t in g.tasks_gen:
if id(t) == my_id:
stop = id(g)
- debug('group: Forcing up to group %s', group_name(g))
+ debug('group: Forcing up to group %s for target %s',
+ group_name(g), self.name or self.target)
break
if stop != None:
break