Allow Alias Nodes to have Actions.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 13 Nov 2004 21:56:57 +0000 (21:56 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 13 Nov 2004 21:56:57 +0000 (21:56 +0000)
commit89d8f1f9283eb869b340e25072340aa7aa33d20d
treeb6c4b1f529c82d39dab94b26fb1440980955c8fe
parent1f3aa6fce5091801a2acb81de334df66869b0541
Allow Alias Nodes to have Actions.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1159 fdb21ef1-2011-0410-befe-b5e4ea1792b1
12 files changed:
doc/man/scons.1
src/CHANGES.txt
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Node/Alias.py
src/engine/SCons/Node/AliasTests.py
src/engine/SCons/Node/NodeTests.py
src/engine/SCons/Node/__init__.py
test/Alias/Alias.py [moved from test/Alias.py with 95% similarity]
test/Alias/action.py [new file with mode: 0644]
test/Alias/errors.py [new file with mode: 0644]
test/Alias/scanner.py [moved from test/Alias-scanner.py with 100% similarity]