Fix issue #1249 by making Mkdir action (actually mkdir_func) succeed if the underlyin...
authorgaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 11 Dec 2008 02:59:40 +0000 (02:59 +0000)
committergaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 11 Dec 2008 02:59:40 +0000 (02:59 +0000)
commitaca80116eba19edfe1e7b9405417546f10745029
tree3f482bc6c57e4bec2e00df8f5582683f264842b2
parenteae074b06a7fccde64d93d397b1ca158f054a849
Fix issue #1249 by making Mkdir action (actually mkdir_func) succeed if the underlying mkdir throws EEXIST and there is an existing dir there already.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3823 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Defaults.py
src/engine/SCons/DefaultsTests.py [new file with mode: 0644]