2
0
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:
Thomas Nagy 2015-02-14 15:41:32 +01:00
parent 412a677e06
commit e0c1f331dc
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

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