Make SConsignFile() behavior the default.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 7 May 2005 19:19:41 +0000 (19:19 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 7 May 2005 19:19:41 +0000 (19:19 +0000)
commita51229f24745624a186c2e8092c61d84ba192612
tree3379689db64e402fa4720e60ce7ecd1f307ad762
parent8466b5354dc0c920f659f6c62738cf781a81adeb
Make SConsignFile() behavior the default.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1287 fdb21ef1-2011-0410-befe-b5e4ea1792b1
18 files changed:
doc/man/scons.1
src/CHANGES.txt
src/RELEASE.txt
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Node/FS.py
src/engine/SCons/SConfTests.py
src/engine/SCons/SConsign.py
src/engine/SCons/SConsignTests.py
src/engine/SCons/dblite.py
test/Configure.py
test/Repository/SConsignFile.py [new file with mode: 0644]
test/option-n.py
test/sconsign/corrupt.py [new file with mode: 0644]
test/sconsign/nonwritable.py [moved from test/sconsign.py with 61% similarity]
test/sconsign/old.py [moved from test/old-sconsign.py with 99% similarity]
test/sconsign/script.py [moved from test/sconsign-script.py with 98% similarity]
test/subdivide.py