]> granicus.if.org Git - apache/commitdiff
Hmmm... seems the /dy solution wasn't sufficiently portable. This patch
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 20 Dec 2000 16:55:50 +0000 (16:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 20 Dec 2000 16:55:50 +0000 (16:55 +0000)
  prevents us from displaying the files copied, but at least bypasses the
  confirmation messages.

Submitted by: W Stoddard
Reviewed by: W Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87462 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index b0d976e6411b29c5186e0887b16e1a710557e836..056e1e6a3f5279b56c3c70ced7b0fd7ba735221f 100644 (file)
@@ -164,9 +164,9 @@ _install:
        copy support\$(LONG)\logresolve.exe "$(INSTDIR)\bin"
        copy support\$(LONG)\rotatelogs.exe "$(INSTDIR)\bin"
         copy docs\cgi-examples\printenv "$(INSTDIR)\cgi-bin\printenv.pl"
-        xcopy docs\docroot "$(INSTDIR)\htdocs" /dy
-        xcopy docs\manual "$(INSTDIR)\htdocs\manual" /sdy
-        xcopy docs\icons "$(INSTDIR)\icons" /sdy
+        xcopy docs\docroot "$(INSTDIR)\htdocs" /d /q
+        xcopy docs\manual "$(INSTDIR)\htdocs\manual" /s /d /q
+        xcopy docs\icons "$(INSTDIR)\icons" /s /d /q
         copy docs\conf\magic "$(INSTDIR)\conf\magic.default"
         if not exist "$(INSTDIR)\conf\magic" \
             copy "$(INSTDIR)\conf\magic.default" "$(INSTDIR)\conf\magic"