summaryrefslogtreecommitdiff
path: root/build/NWGNUenvironment.inc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-28 23:15:11 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-28 23:15:11 +0000
commit4143a101691464831d0d467f1fb01105b8c6d1a2 (patch)
tree3d82f7730190666a85a8f71a44b1a6f6c38f8b1e /build/NWGNUenvironment.inc
parent04552e1dc10a7c89a4053ecebabf6d75d39fa624 (diff)
downloadapr-4143a101691464831d0d467f1fb01105b8c6d1a2.tar.gz
more NetWare build tweaks.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789172 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r--build/NWGNUenvironment.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index 27868258c..b1c2d896e 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -250,13 +250,13 @@ CMD = cmd /C
DEL = del /F
DELTREE = $(CMD) rd /s/q
WINNT = 1
-XCOPYSW = /E
else
CMD = command /C
DEL = del
DELTREE = deltree /y
-XCOPYSW = /E /Y
endif
+CP = copy /Y
+XCP = xcopy /E /Y
CHK = $(CMD) if exist
CHKNOT = $(CMD) if not exist