mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Do not create the same file twice in demos/subst
This commit is contained in:
parent
412a677e06
commit
e0c1f331dc
@ -53,7 +53,7 @@ def build(bld):
|
||||
bld(features='subst', fun=hlink, source='wscript', target='wscript3')
|
||||
|
||||
# this one is just a reminder that simple files can be created (and a test too)
|
||||
bld(rule='echo "การไฟ่" > ${TGT}', target='foo.txt')
|
||||
bld(rule='echo "การไฟ่" > ${TGT}', target='uni.txt')
|
||||
|
||||
# and this is an alternate syntax
|
||||
#@bld.rule(source='wscript', target='wscript2')
|
||||
|
Loading…
Reference in New Issue
Block a user