From: Yves Orton Date: Mon, 13 Feb 2006 09:41:37 +0000 (+0100) Subject: Make XCOPY not prompt every two seconds when rebuilding on Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6ed73147a6df30ce6f460cb8d6857100c9a83be;p=p5sagit%2Fp5-mst-13.2.git Make XCOPY not prompt every two seconds when rebuilding on Win32 Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com> p4raw-id: //depot/perl@27195 --- diff --git a/win32/Makefile b/win32/Makefile index 876c016..cf0fb28 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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 = diff --git a/win32/makefile.mk b/win32/makefile.mk index 8b9d7d5..126e139 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -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 #