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

slowfranklin at users.sourceforge.net slowfranklin at users.sourceforge.net
Sun May 26 18:00:21 CEST 2013


Revision: 21199
          http://gar.svn.sourceforge.net/gar/?rev=21199&view=rev
Author:   slowfranklin
Date:     2013-05-26 16:00:21 +0000 (Sun, 26 May 2013)
Log Message:
-----------
glib2/trunk: SHELL var from env not used by make, must stick it in configure's throat

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

Modified: csw/mgar/pkg/glib2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/glib2/trunk/Makefile	2013-05-26 12:43:22 UTC (rev 21198)
+++ csw/mgar/pkg/glib2/trunk/Makefile	2013-05-26 16:00:21 UTC (rev 21199)
@@ -295,8 +295,12 @@
 # DTrace compilation fails, disable for now
 CONFIGURE_ARGS += --disable-dtrace
 
+# we must set the config shell to bash so configure sticks that
+# as SHELL variable in the generated Makefiles. That's what make
+# uses for executing commands. There's no other way to alter the
+# shell make uses.
+EXTRA_CONFIGURE_ENV += CONFIG_SHELL=/opt/csw/bin/bash
 # For tests to succeed, set the ulimit higher than the default of 256.
-EXTRA_TEST_ENV += SHELL=/opt/csw/bin/bash
 EXTRA_TEST_ENV += BASH_ENV=$(abspath $(WORKDIR)/set-ulimit-for-build-test)
 
 # Those are to make the checks work

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