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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Apr 22 19:27:35 CEST 2012


Revision: 17815
          http://gar.svn.sourceforge.net/gar/?rev=17815&view=rev
Author:   bdwalton
Date:     2012-04-22 17:27:35 +0000 (Sun, 22 Apr 2012)
Log Message:
-----------
subversion/trunk: run the other language binding build/install stages with a cleaned environment

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

Modified: csw/mgar/pkg/subversion/trunk/Makefile
===================================================================
--- csw/mgar/pkg/subversion/trunk/Makefile	2012-04-22 17:08:10 UTC (rev 17814)
+++ csw/mgar/pkg/subversion/trunk/Makefile	2012-04-22 17:27:35 UTC (rev 17815)
@@ -361,23 +361,23 @@
 	touch \
 		$(WORKSRC)/subversion/bindings/swig/perl/native/*.c \
 		$(WORKSRC)/subversion/bindings/swig/perl/native/*.pm
-	$(BUILD_ENV)   gmake -C $(WORKSRC) swig-pl
-	$(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) -C $(WORKSRC) install-swig-pl
+	/usr/bin/env -i $(BUILD_ENV) /opt/csw/bin/gmake -C $(WORKSRC) swig-pl
+	/usr/bin/env -i $(INSTALL_ENV) /opt/csw/bin/gmake DESTDIR=$(DESTDIR) -C $(WORKSRC) install-swig-pl
 	@$(MAKECOOKIE)
 
 svn-ruby:
 	@echo " ==> Building Ruby bindings"
 	touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c
-	$(BUILD_ENV) gmake -C $(WORKSRC) swig-rb
-	$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-rb
+	/usr/bin/env -i $(BUILD_ENV) /opt/csw/bin/gmake -C $(WORKSRC) swig-rb
+	/usr/bin/env -i $(INSTALL_ENV) /opt/csw/bin/gmake -C $(WORKSRC) install-swig-rb
 	@$(MAKECOOKIE)
 
 svn-java: EXTRA_LINKER_FLAGS += -norunpath
 svn-java:
 	@echo " ==> Building Java bindings"
 	touch $(WORKSRC)/subversion/bindings/javahl/native/*.c
-	$(BUILD_ENV)   gmake -C $(WORKSRC) javahl;
-	$(INSTALL_ENV) gmake -C $(WORKSRC) install-javahl;
+	/usr/bin/env -i $(BUILD_ENV) /opt/csw/bin/gmake -C $(WORKSRC) javahl;
+	/usr/bin/env -i $(INSTALL_ENV) /opt/csw/bin/gmake -C $(WORKSRC) install-javahl;
 	@$(MAKECOOKIE)
 
 #post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)

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