From 2fc18ef8ae602df3cc99d8d56734b4638aef72dc Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 6 Sep 2002 23:09:05 +0000 Subject: [PATCH] Make the xcopy run smoother git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96698 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NWGNUmakefile b/NWGNUmakefile index 03e78f721b2..82d2ce44246 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -317,11 +317,11 @@ install :: nlms FORCE -copy docs\conf\mime.types $(INSTALL)\Apache2\conf\mime.types -copy docs\cgi-examples\printenv $(INSTALL)\Apache2\cgi-bin\printenv.pl @echo rem copying the docs directories > xc.bat - @echo xcopy docs\error $(INSTALL)\Apache2\error /E >> xc.bat - @echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs /E >> xc.bat - @echo xcopy docs\icons $(INSTALL)\Apache2\icons /E >> xc.bat - @echo xcopy docs\man $(INSTALL)\Apache2\man /E >> xc.bat - @echo xcopy docs\manual $(INSTALL)\Apache2\manual /E >> xc.bat + @echo xcopy docs\error $(INSTALL)\Apache2\error /E /Y >> xc.bat + @echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs /E /Y >> xc.bat + @echo xcopy docs\icons $(INSTALL)\Apache2\icons /E /Y >> xc.bat + @echo xcopy docs\man $(INSTALL)\Apache2\man /E /Y >> xc.bat + @echo xcopy docs\manual $(INSTALL)\Apache2\manual /E /Y >> xc.bat $(CMD) xc.bat -- 2.47.3