Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2014 05:49:49 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1749 - trunk/Mk
Message-ID:  <201410290549.s9T5nnj3034552@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct 29 05:49:48 2014
New Revision: 1749

Log:
make sure client.mk inherits PYTHON from environment

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Tue Oct 28 23:53:53 2014	(r1748)
+++ trunk/Mk/bsd.gecko.mk	Wed Oct 29 05:49:48 2014	(r1749)
@@ -563,7 +563,7 @@
 do-configure: gecko-do-configure
 
 gecko-do-configure:
-		@(if ! ${DO_MAKE_BUILD} configure; then \
+		@(if ! ${CONFIGURE_ENV} ${DO_MAKE_BUILD} configure; then \
 			 ${ECHO_MSG} "===>  Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \
 			 (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \
 			 ${FALSE}; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410290549.s9T5nnj3034552>