2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 19:30:04 +01:00

Issue 1140

This commit is contained in:
Thomas Nagy 2012-04-10 18:30:10 +02:00
parent 3a1a855ab5
commit b75d3a1801

View File

@ -57,7 +57,8 @@ def apply_run_m_script(tg):
node = tg.path.find_resource(x)
if not node:
tg.fatal('Could not find %r (was it declared?)' % x)
tg.node_deps.append(node)
tsk.dep_nodes.append(node)
Logs.debug('deps: found dependencies %r for %r' % (tsk.dep_nodes, src_node))
# Bypass the execution of process_source by setting the source to an empty list
tg.source = []