Fix .sconsign signature storing so that the output files of one scons build can be...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 23 May 2002 03:47:42 +0000 (03:47 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 23 May 2002 03:47:42 +0000 (03:47 +0000)
commitb45c22529885e6bd490105f433d594ae5dea45fb
tree3166f404b0eda8501eafeb88bd36d6e684738e4d
parent73a81596e2537d7deceafd1da30dad8cf799ee90
Fix .sconsign signature storing so that the output files of one scons build can be safely used as the inputs to another scons build.  (Anthony Roach)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@378 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/NodeTests.py
src/engine/SCons/Node/__init__.py
src/engine/SCons/Sig/SigTests.py
src/engine/SCons/Sig/__init__.py
test/chained-build.py [new file with mode: 0644]