Print an error message if a file can't be unlinked before being built, rather than...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 5 Jun 2002 04:24:06 +0000 (04:24 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 5 Jun 2002 04:24:06 +0000 (04:24 +0000)
commita9c1313d734eefcb8745b3626433ffdab028b283
treec252cc52f44aa006aec888a703d4f78d69e1fde3
parent7586eeb3457fd9f497c5b5393952bba7e8a0ff41
Print an error message if a file can't be unlinked before being built, rather than just silently terminating the build.  (Anthony Roach)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@382 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Script/__init__.py
test/Install.py