Index: tools/build/v2/tools/common.jam
===================================================================
--- tools/build/v2/tools/common.jam	(revision 49437)
+++ tools/build/v2/tools/common.jam	(working copy)
@@ -466,9 +466,10 @@
 if [ os.name ] = NT
 {
     RM = del /f /q ;
-    CP = copy ;
+    CP = copy /b /Y ;
     IGNORE = "2>nul >nul & setlocal" ;
     LN ?= $(CP) ;
+    CP-SUFFIX = "+ this-file-does-not-exist-A698EE7806899E69" ;
 }
 else
 {
@@ -681,7 +682,7 @@
 
 actions copy
 {
-    $(CP) "$(>)" "$(<)"
+    $(CP) "$(>)" $(CP-SUFFIX) "$(<)"
 }
 
 
