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
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to