Enhance the Walker to call a third supplied function to actually work on a Node,...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 19 Mar 2002 16:01:59 +0000 (16:01 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 19 Mar 2002 16:01:59 +0000 (16:01 +0000)
commit60e5d0554924ff657e16d747106a8c621ae7a2ae
tree17c6cc06738b1ab2d0c91828c3138a263ce007b0
parent19f534365b2c694ddad8c549fd6863d33098cf44
Enhance the Walker to call a third supplied function to actually work on a Node, and pass the parent Node to both the out-of-date-check function and the work function.  Refactor Taskmaster to use the new Walker function.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@297 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Node/__init__.py
src/engine/SCons/Sig/__init__.py
src/engine/SCons/Taskmaster.py