[csw-devel] SF.net SVN: gar:[15752] csw/mgar/pkg/php5_apc/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Sep 26 02:35:27 CEST 2011


Revision: 15752
          http://gar.svn.sourceforge.net/gar/?rev=15752&view=rev
Author:   bdwalton
Date:     2011-09-26 00:35:27 +0000 (Mon, 26 Sep 2011)
Log Message:
-----------
php5_apc/trunk: export INSTALL_ROOT in a more standard way (with the side benefit of not clearing the standard INSTALL_ENV)

Modified Paths:
--------------
    csw/mgar/pkg/php5_apc/trunk/Makefile

Modified: csw/mgar/pkg/php5_apc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5_apc/trunk/Makefile	2011-09-25 23:53:02 UTC (rev 15751)
+++ csw/mgar/pkg/php5_apc/trunk/Makefile	2011-09-26 00:35:27 UTC (rev 15752)
@@ -9,7 +9,6 @@
 	for caching and optimizing PHP intermediate code. 
 endef
 
-INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
 PHP_PREFIX = $(prefix)/php5
 PHP_BIN = $(PHP_PREFIX)/bin
 
@@ -38,6 +37,11 @@
 NO_INTERACTION = 1
 EXTRA_TEST_EXPORTS = NO_INTERACTION
 
+# this thing doesn't use destdir.  export install_root with the same
+# value
+INSTALL_ROOT = $(DESTDIR)
+EXTRA_INSTALL_EXPORTS = INSTALL_ROOT
+
 TEST_TARGET = test
 
 post-extract-modulated:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list