Add support for changing directory when executing Actions (the to the target director...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 27 Sep 2004 21:23:04 +0000 (21:23 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 27 Sep 2004 21:23:04 +0000 (21:23 +0000)
commit57511fc55f7bbfac814f2d3fb4d573bb8890cc26
treef43576c3c7ddce67d169ed799471c6d385b5cbba
parentf6387de9aedb21ff6f06dcc47b4e59b151d21d6c
Add support for changing directory when executing Actions (the to the target directory by default).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1106 fdb21ef1-2011-0410-befe-b5e4ea1792b1
12 files changed:
doc/man/scons.1
src/CHANGES.txt
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
src/engine/SCons/Builder.py
src/engine/SCons/Executor.py
src/engine/SCons/ExecutorTests.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
test/SConscriptChdir.py [new file with mode: 0644]
test/chdir.py [new file with mode: 0644]
test/strfunction.py