Make XCOPY not prompt every two seconds when rebuilding on Win32
Yves Orton [Mon, 13 Feb 2006 09:41:37 +0000 (10:41 +0100)]
Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>

p4raw-id: //depot/perl@27195

win32/Makefile
win32/makefile.mk

index 876c016..cf0fb28 100644 (file)
@@ -569,8 +569,8 @@ CFGSH_TMPL  = config.vc
 CFGH_TMPL      = config_H.vc
 !ENDIF
 
-XCOPY          = xcopy /f /r /i /d
-RCOPY          = xcopy /f /r /i /e /d
+XCOPY          = xcopy /f /r /i /d /y
+RCOPY          = xcopy /f /r /i /e /d /y
 NOOP           = @rem
 NULL           =
 
index 8b9d7d5..126e139 100644 (file)
@@ -742,8 +742,8 @@ CFGH_TMPL   = config_H.vc
 PERLIMPLIB     *= ..\perl59$(a)
 PERLDLL                = ..\perl59.dll
 
-XCOPY          = xcopy /f /r /i /d
-RCOPY          = xcopy /f /r /i /e /d
+XCOPY          = xcopy /f /r /i /d /y
+RCOPY          = xcopy /f /r /i /e /d /y
 NOOP           = @rem
 
 #