diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-03 23:29:02 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-03 23:29:02 (GMT) |
commit | 07f198d9c7859fa66f2da106390d075aff0f6fec (patch) | |
tree | 387b2d0018114bbc86c7cd916ee8987c77e5a6ee /test | |
parent | 32838fedb704da9ab0ab719d462290b13e2e4a7f (diff) | |
download | SCons-07f198d9c7859fa66f2da106390d075aff0f6fec.zip SCons-07f198d9c7859fa66f2da106390d075aff0f6fec.tar.gz SCons-07f198d9c7859fa66f2da106390d075aff0f6fec.tar.bz2 |
Sync CVS log from master Aegis repository.
Diffstat (limited to 'test')
-rw-r--r-- | test/SConsignFile.py | 3 | ||||
-rw-r--r-- | test/sconsign-script.py | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/test/SConsignFile.py b/test/SConsignFile.py index 29f2af2..606f20b 100644 --- a/test/SConsignFile.py +++ b/test/SConsignFile.py @@ -77,7 +77,8 @@ test.fail_test(os.path.exists(test.workpath('work1', 'subdir', '.sconsign'))) # test.write(['work2', 'SConstruct'], """ -SConsignFile('my_sconsign') +e = Environment(XXX = 'scons') +e.SConsignFile('my_${XXX}ign') B = Builder(action = "%s ../build.py $TARGETS $SOURCES") env = Environment(BUILDERS = { 'B' : B }) env.B(target = 'f5.out', source = 'f5.in') diff --git a/test/sconsign-script.py b/test/sconsign-script.py index a5c0aa7..24e23a0 100644 --- a/test/sconsign-script.py +++ b/test/sconsign-script.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -22,7 +22,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "/home/scons/scons/branch.0/baseline/test/sconsign.py 0.90.D001 2003/06/25 15:32:24 knight" +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os.path import string |