summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-04-29 16:49:50 +0000
committerBradley Nicholes <bnicholes@apache.org>2004-04-29 16:49:50 +0000
commit8dc8b7cacd8c7b76bb81e658ef3422f8b1c57946 (patch)
tree49929dc854d2f82786cd33e03c8e24758f6b808f /NWGNUmakefile
parent77555ba72e2898f479c3697863f370cdb8bd667b (diff)
downloadhttpd-8dc8b7cacd8c7b76bb81e658ef3422f8b1c57946.tar.gz
Remove the hardcoded /Y parameter when doing a xcopy
Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index f5a9ee4cd3..f6174b0802 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -326,11 +326,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 /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
+ @echo xcopy docs\error $(INSTALL)\Apache2\error $(XCOPYSW) >> xc.bat
+ @echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs $(XCOPYSW) >> xc.bat
+ @echo xcopy docs\icons $(INSTALL)\Apache2\icons $(XCOPYSW) >> xc.bat
+ @echo xcopy docs\man $(INSTALL)\Apache2\man $(XCOPYSW) >> xc.bat
+ @echo xcopy docs\manual $(INSTALL)\Apache2\manual $(XCOPYSW) >> xc.bat
$(CMD) xc.bat
$(DEL) xc.bat