summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-04-29 16:51:06 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-04-29 16:51:06 +0000
commiteeea4dc6cad13cb03120269646c94902f7e85251 (patch)
treea1e776775e8b4c8d2ab7d8c897f225030bcc602b /build
parent8b88b4e66c95da801a57767be8ebf27a4c21b30b (diff)
downloadlibapr-eeea4dc6cad13cb03120269646c94902f7e85251.tar.gz
Remove the hardcoded /Y parameter when doing a xcopy
Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@65083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUenvironment.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index 44417d658..b3aff53b1 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -243,12 +243,14 @@ CHKNOT=cmd /C if not exist
DEL = del /F
DELTREE = cmd /C rd /s/q
WINNT=1
+XCOPYSW = /E
else
CMD=command /C
CHK=command /C if exist
CHKNOT=command /C if not exist
DEL = del
DELTREE = deltree /y
+XCOPYSW = /E /Y
endif