Commit f6b86231 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Hmmm... seems the /dy solution wasn't sufficiently portable.  This patch
  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
parent 225b88dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"