Merged revisions 1667-1674 via svnmerge from
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 4 Nov 2006 05:31:24 +0000 (05:31 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 4 Nov 2006 05:31:24 +0000 (05:31 +0000)
commit06892348073935d4dabbf0de33bb64e4b94c390a
tree6631963b4e4521d9a9a643edc1269409083e4651
parent09c25718ce084ca9d08f4a0ef4dbede044d3c3bb
Merged revisions 1667-1674 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core

........
  r1672 | stevenknight | 2006-11-03 23:11:52 -0600 (Fri, 03 Nov 2006) | 1 line

  0.96.D480 - Don't use UNIX logic to detect an executable qmtest.py on Windows.
........
  r1673 | stevenknight | 2006-11-03 23:18:59 -0600 (Fri, 03 Nov 2006) | 1 line

  0.96.D481 - Remove the print statement from the previous checkin.
........
  r1674 | stevenknight | 2006-11-03 23:25:43 -0600 (Fri, 03 Nov 2006) | 1 line

  0.96.D482 - Create a env.Clone() method and encourage its use in favor of env.Copy().
........

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1675 fdb21ef1-2011-0410-befe-b5e4ea1792b1
67 files changed:
SConstruct
doc/SConscript
doc/man/scons.1
doc/user/environments.in
doc/user/environments.sgml
doc/user/hierarchy.in
doc/user/hierarchy.sgml
runtest.py
src/CHANGES.txt
src/RELEASE.txt
src/engine/SCons/ActionTests.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/SConfTests.py
src/engine/SCons/Subst.py
test/AS/AS.py
test/Actions/pre-post.py
test/BuildDir/BuildDir.py
test/BuildDir/CPPPATH-subdir.py
test/BuildDir/nested-sconscripts.py
test/CC/SHCCFLAGS.py
test/CFILESUFFIX.py
test/CPPDEFINES.py
test/CXX/CXXFILESUFFIX.py
test/CXX/SHCXXFLAGS.py
test/Clone-compatibility.py [new file with mode: 0644]
test/Copy-Option.py
test/DirSource.py
test/Fortran/F77.py
test/Fortran/F77FLAGS.py
test/Fortran/F90.py
test/Fortran/F90FLAGS.py
test/Fortran/F95.py
test/Fortran/F95FLAGS.py
test/Fortran/FORTRAN.py
test/Fortran/FORTRANFLAGS.py
test/Fortran/SHF77.py
test/Fortran/SHF77FLAGS.py
test/Fortran/SHF90.py
test/Fortran/SHF90FLAGS.py
test/Fortran/SHF95.py
test/Fortran/SHF95FLAGS.py
test/Fortran/SHFORTRAN.py
test/Fortran/SHFORTRANFLAGS.py
test/HeaderGen.py
test/IDL/midl.py
test/Install/Install.py
test/Java/JAR.py
test/Java/JAVAC.py
test/Java/JAVAH.py
test/Java/RMIC.py
test/NodeOps.py
test/QT/copied-env.py
test/QT/empty-env.py
test/QT/reentrant.py
test/SWIG/SWIG.py
test/Scanner/Scanner.py
test/Scanner/generated.py
test/SourceSignatures.py
test/TEX/LATEXFLAGS.py
test/TEX/PDFLATEXFLAGS.py
test/TargetSignatures.py
test/multi.py
test/option--warn.py
test/sconsign/script.py
test/srcchange.py
test/toolpath.py