]> granicus.if.org Git - apache/commitdiff
Make the xcopy run smoother
authorBradley Nicholes <bnicholes@apache.org>
Fri, 6 Sep 2002 23:09:05 +0000 (23:09 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 6 Sep 2002 23:09:05 +0000 (23:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96698 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index 03e78f721b2384c75c44d1f83150c716ac80579d..82d2ce44246b8fd867ed5a71598b97cb2add66cd 100644 (file)
@@ -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