Issue 2152: Fix the ability of --clean to handle / delete broken
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 23 Feb 2009 14:55:04 +0000 (14:55 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 23 Feb 2009 14:55:04 +0000 (14:55 +0000)
commit5aaee7fcb5503f3cd706ab9b28e53163ceb95750
tree87333fb00025497dd248a35b690accdda1d78180
parent220458ed0c8ee290fb02d79a2d252ac0dcfd79c8
Issue 2152:  Fix the ability of --clean to handle / delete broken
symlinks, as well as named pipes.  (Mateusz Gruca)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4040 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Script/Main.py
src/engine/SCons/compat/__init__.py
test/Clean/Option.py [new file with mode: 0644]
test/Clean/basic.py [moved from test/option-c.py with 61% similarity]
test/Clean/function.py [new file with mode: 0644]
test/Clean/mkfifo.py [new file with mode: 0644]
test/Clean/symlinks.py [new file with mode: 0644]