summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2007-01-31 23:51:54 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2007-01-31 23:51:54 +0000
commita07e15580bed9825000b30fb1d38879860a92c5f (patch)
tree25ddcd23fdb9481e38292d7c31dc10e2c5104c99 /build
parentaaf73b04b982a47e173c7754cb119ba0088a6f02 (diff)
downloadlibapr-a07e15580bed9825000b30fb1d38879860a92c5f.tar.gz
Implement a BASEDIR build environment variable to allow the NetWare build to relocate the install files
Submitted by: Guenter Knauf <fuankg apache org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@502048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUenvironment.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index fd54b487c..7f6b318f9 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -214,7 +214,12 @@ endif
endif
ifdef DEST
-INSTALLBASE := $(INSTALL)\Apache2
+
+ifndef BASEDIR
+BASEDIR = Apache2
+endif
+
+INSTALLBASE := $(INSTALL)\$(BASEDIR)
INSTDEVDIRS := \
$(INSTDIRS) \