More flexible (and Make-like) ignoring command exit status, and suppressing printing...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 26 Apr 2005 04:14:40 +0000 (04:14 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 26 Apr 2005 04:14:40 +0000 (04:14 +0000)
commita80797a4e0e04b72f76ca671cb360b2b5cb49122
tree4469aa200175c39f9d91eb1f655997a2aa87ced5
parent1edcd18c0dfb8d4648342831a36582f52a174e39
More flexible (and Make-like) ignoring command exit status, and suppressing printing of a command.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1284 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
src/engine/SCons/Executor.py
src/engine/SCons/Node/__init__.py
test/ignore-command.py [new file with mode: 0644]
test/silent-command.py [new file with mode: 0644]