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
commitc90934d64c61b7f587f7ddf32f83ce97ca510f14 (patch)
tree4d5ed9d7a240eeda1703dd402d695b46b72b8d85 /NWGNUmakefile
parent200daf5ee662599ef1fd90a912fcdeb39ee86f07 (diff)
downloadapr-c90934d64c61b7f587f7ddf32f83ce97ca510f14.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/apr/apr/trunk@65082 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 0eb666308..7b9f3b0a1 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -324,7 +324,7 @@ ifndef DEST
-copy $(subst /,\,$(APRUTIL))\STATUS $(INSTALLBASE)\*.apu
-copy $(subst /,\,$(APRUTIL))\CHANGES $(INSTALLBASE)\*.apu
@echo rem copying the docs directories > xc.bat
- @echo xcopy docs $(INSTALLBASE)\docs\*.* /E /Y >> xc.bat
+ @echo xcopy docs $(INSTALLBASE)\docs\*.* $(XCOPYSW) >> xc.bat
$(CMD) xc.bat
$(DEL) xc.bat
endif