From 4a5786b2d026410e01f6c00dad00ca5226c16050 Mon Sep 17 00:00:00 2001 From: "Allan K. Edwards" Date: Thu, 14 Dec 2000 18:24:25 +0000 Subject: [PATCH] Suppress xcopy prompt during installation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87341 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 8468f93ff7..c1f8813cea 100644 --- a/Makefile.win +++ b/Makefile.win @@ -167,7 +167,7 @@ _install: cd docs\docroot for %%a in (*.*) do if not exist $(INSTDIR)\htdocs\%%a copy %%a $(INSTDIR)\htdocs cd ..\.. - xcopy docs\manual $(INSTDIR)\htdocs\manual /s + xcopy docs\manual $(INSTDIR)\htdocs\manual /sdy perl << my $$serverroot = '$(INSTDIR)'; -- 2.50.1