You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2007/02/10 00:58:15 UTC

svn commit: r505570 - in /apr/apr/branches/1.2.x: build/NWGNUenvironment.inc test/NWGNUmakefile

Author: bnicholes
Date: Fri Feb  9 15:58:15 2007
New Revision: 505570

URL: http://svn.apache.org/viewvc?view=rev&rev=505570
Log:
Implement a BASEDIR build environment variable to allow the NetWare build to relocate the install files

Submitted by: Guenter Knauf <fuankg apache org>

Modified:
    apr/apr/branches/1.2.x/build/NWGNUenvironment.inc
    apr/apr/branches/1.2.x/test/NWGNUmakefile

Modified: apr/apr/branches/1.2.x/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/build/NWGNUenvironment.inc?view=diff&rev=505570&r1=505569&r2=505570
==============================================================================
--- apr/apr/branches/1.2.x/build/NWGNUenvironment.inc (original)
+++ apr/apr/branches/1.2.x/build/NWGNUenvironment.inc Fri Feb  9 15:58:15 2007
@@ -214,7 +214,12 @@
 endif
 
 ifdef DEST
-INSTALLBASE := $(INSTALL)\Apache2
+
+ifndef BASEDIR
+BASEDIR = Apache2
+endif
+
+INSTALLBASE := $(INSTALL)\$(BASEDIR)
 
 INSTDEVDIRS := \
     $(INSTDIRS) \

Modified: apr/apr/branches/1.2.x/test/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/test/NWGNUmakefile?view=diff&rev=505570&r1=505569&r2=505570
==============================================================================
--- apr/apr/branches/1.2.x/test/NWGNUmakefile (original)
+++ apr/apr/branches/1.2.x/test/NWGNUmakefile Fri Feb  9 15:58:15 2007
@@ -249,7 +249,7 @@
 # correct place.  (See $(APR_WORK)\build\NWGNUhead.inc for examples)
 #
 install :: nlms FORCE
-	  copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2
+	copy $(OBJDIR)\*.nlm $(INSTALLBASE)
 
 #
 # Any specialized rules here