Add output to tell people when we're reading SConscript files versus when we're build...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 30 Sep 2002 16:53:47 +0000 (16:53 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 30 Sep 2002 16:53:47 +0000 (16:53 +0000)
commit1109241ede84ed794e00b9fffe194f053ffd1995
tree0b603afdbd7d32b8aa3e7482dc72badf69345874
parentace00cb2b8fba522fc84b96d9a7d3bb4d86a1679
Add output to tell people when we're reading SConscript files versus when we're building targets.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@471 fdb21ef1-2011-0410-befe-b5e4ea1792b1
34 files changed:
etc/TestSCons.py
src/CHANGES.txt
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Script/__init__.py
test/Alias.py
test/FindFile.py
test/Help.py
test/Options.py
test/Platform.py
test/SCONSFLAGS.py
test/SConscript.py
test/SConstruct.py
test/Scanner.py
test/SetBuildSignatureType.py
test/SideEffect.py
test/Split.py
test/WhereIs.py
test/build-errors.py
test/chained-build.py
test/errors.py
test/exitfns.py
test/option--.py
test/option--C.py
test/option--I.py
test/option--max-drift.py
test/option-c.py
test/option-f.py
test/option-n.py
test/option-s.py
test/preserve-source.py
test/scan-once.py
test/sconsign.py
test/timestamp-fallback.py
test/up-to-date.py