Issue 1681: Fix the ability of add_src_builder() to handle arbitrary
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 11 Sep 2008 01:28:15 +0000 (01:28 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 11 Sep 2008 01:28:15 +0000 (01:28 +0000)
commit8452039c43b7a520df6edd12a38cf24ce3c77624
tree12b302fe4ee7d4dcf422600af9d4b990eee2a19b
parentf825dc4a899de60f0f0a0db3880d71c0b6acdd2c
Issue 1681:  Fix the ability of add_src_builder() to handle arbitrary
builder objects by eliminating unintentional re-use of a class
list for the src_builder attribute.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3385 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Builder.py
src/engine/SCons/BuilderTests.py
test/Builder/add_src_builder.py [new file with mode: 0644]