Date: Sun, 24 Aug 2014 10:21:01 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1669 - in trunk: devel/nspr mail/thunderbird www/seamonkey Message-ID: <201408241021.s7OAL10n077199@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Aug 24 10:21:00 2014
New Revision: 1669
Log:
better pass environment for MAKE_CMD
Modified:
trunk/devel/nspr/Makefile
trunk/mail/thunderbird/Makefile
trunk/www/seamonkey/Makefile
Modified: trunk/devel/nspr/Makefile
==============================================================================
--- trunk/devel/nspr/Makefile Sun Aug 24 10:20:41 2014 (r1668)
+++ trunk/devel/nspr/Makefile Sun Aug 24 10:21:00 2014 (r1669)
@@ -49,12 +49,12 @@
.endfor
prtests:
- ${MAKE_CMD} -C ${WRKSRC}/pr/tests
+ ${DO_MAKE_BUILD} -C ${WRKSRC}/pr/tests
${LN} -sf libmy.so.1 ${WRKSRC}/pr/tests/dll/libmy.so
cd ${WRKSRC}/pr/tests && ../../../pr/tests/runtests.sh
libtests:
- ${MAKE_CMD} -C ${WRKSRC}/lib/tests
+ ${DO_MAKE_BUILD} -C ${WRKSRC}/lib/tests
${WRKSRC}/lib/tests/string
${WRKSRC}/lib/tests/base64t
# The test below is commented out, because arena requires
Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile Sun Aug 24 10:20:41 2014 (r1668)
+++ trunk/mail/thunderbird/Makefile Sun Aug 24 10:21:00 2014 (r1669)
@@ -166,7 +166,7 @@
${SETENV} ${MAKE_ENV} ./configure
post-build:
- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -j${MAKE_JOBS_NUMBER} all xpi \
+ ${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \
-C ${WRKSRC}/mailnews/extensions/enigmail
.endif
Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile Sun Aug 24 10:20:41 2014 (r1668)
+++ trunk/www/seamonkey/Makefile Sun Aug 24 10:21:00 2014 (r1669)
@@ -191,7 +191,7 @@
.if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL}
post-build:
- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -j${MAKE_JOBS_NUMBER} all xpi \
+ ${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \
-C ${WRKSRC}/mailnews/extensions/enigmail
.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408241021.s7OAL10n077199>
