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:57:13 UTC

svn commit: r505569 - /apr/apr-util/branches/1.2.x/test/NWGNUmakefile

Author: bnicholes
Date: Fri Feb  9 15:57:12 2007
New Revision: 505569

URL: http://svn.apache.org/viewvc?view=rev&rev=505569
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-util/branches/1.2.x/test/NWGNUmakefile

Modified: apr/apr-util/branches/1.2.x/test/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/test/NWGNUmakefile?view=diff&rev=505569&r1=505568&r2=505569
==============================================================================
--- apr/apr-util/branches/1.2.x/test/NWGNUmakefile (original)
+++ apr/apr-util/branches/1.2.x/test/NWGNUmakefile Fri Feb  9 15:57:12 2007
@@ -243,7 +243,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