Make a Clean() environment method. Add global functions for AlwaysBuild(), Command...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 10 Sep 2003 13:19:03 +0000 (13:19 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 10 Sep 2003 13:19:03 +0000 (13:19 +0000)
commit9304c0aaec1ec3fd2afab42fbe7201ae828ac012
treee835fcf4a2cf7f45f7af2386a58e1104c6ecc710
parenteed6744d08ea4eb02cad1abc8c2a17badeb4c882
Make a Clean() environment method.  Add global functions for AlwaysBuild(), Command(), Depends(), Ignore(), Install(), InstallAs(), Precious(), SideEffect() and SourceCode().

git-svn-id: http://scons.tigris.org/svn/scons/trunk@792 fdb21ef1-2011-0410-befe-b5e4ea1792b1
16 files changed:
doc/man/scons.1
src/CHANGES.txt
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Script/__init__.py
test/AlwaysBuild.py
test/Command.py
test/Depends.py
test/Ignore.py
test/Install.py
test/InstallAs.py
test/Precious.py
test/SideEffect.py
test/SourceCode.py
test/option-c.py