This commit is contained in:
Thomas Nagy 2013-05-25 20:39:15 +02:00
parent 5906f37447
commit ca809854c3
1 changed files with 1 additions and 1 deletions

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
) )