2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00
This commit is contained in:
Thomas Nagy 2013-05-25 20:39:15 +02:00
parent 5906f37447
commit ca809854c3

View File

@ -562,7 +562,7 @@ For convenience, rule-based task generators can declare the *update_outputs* att
def build(ctx): def build(ctx):
ctx( ctx(
rule = 'cp ${SRC} ${TGT}', rule = 'cp ${SRC} ${TGT}',
source = 'wcript', source = 'wscript',
target = ctx.path.make_node('wscript2'), target = ctx.path.make_node('wscript2'),
update_outputs = True update_outputs = True
) )