From c90934d64c61b7f587f7ddf32f83ce97ca510f14 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 29 Apr 2004 16:49:50 +0000 Subject: Remove the hardcoded /Y parameter when doing a xcopy Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65082 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NWGNUmakefile') 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 -- cgit v1.2.1