[csw-devel] SF.net SVN: gar:[17377] csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Mar 11 21:04:46 CET 2012


Revision: 17377
          http://gar.svn.sourceforge.net/gar/?rev=17377&view=rev
Author:   wahwah
Date:     2012-03-11 20:04:46 +0000 (Sun, 11 Mar 2012)
Log Message:
-----------
spidermonkey/branches/js-1.7: pass the environment variables to gmake

Modified Paths:
--------------
    csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile

Modified: csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile
===================================================================
--- csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile	2012-03-11 17:52:15 UTC (rev 17376)
+++ csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile	2012-03-11 20:04:46 UTC (rev 17377)
@@ -63,6 +63,9 @@
 
 CHECKPKG_OVERRIDES_CSWlibjs1-7-0-gxx += binary-architecture-does-not-match-placement|file=opt/csw/gxx/lib/libjs.so.1.7.0|arch_id=18|arch_name=sparcv8+
 
+BUILD_OPT = 1
+EXTRA_BUILD_EXPORTS = BUILD_OPT
+
 include gar/category.mk
 
 post-patch:
@@ -86,7 +89,7 @@
 build-custom:
 	# Looks like it doesn't work with parallel builds.
 	# $(PARALLELMFLAGS)
-	cd $(WORKSRC)/src && BUILD_OPT=1 $(MAKE) -f Makefile.ref
+	cd $(WORKSRC)/src && $(BUILD_ENV) $(MAKE) -f Makefile.ref
 	@$(MAKECOOKIE)
 
 install-custom:

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