Author: jbeich
Date: Wed Jun 17 16:49:31 2015
New Revision: 1847

Log:
sync with ports

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Sat Jun 13 13:41:56 2015        (r1846)
+++ trunk/Mk/bsd.gecko.mk       Wed Jun 17 16:49:31 2015        (r1847)
@@ -4,7 +4,7 @@
 # Date created:                12 Nov 2005
 # Whom:                        Michael Johnson <[email protected]>
 #
-# $FreeBSD: head/Mk/bsd.gecko.mk 382370 2015-03-27 07:05:29Z marino $
+# $FreeBSD: head/Mk/bsd.gecko.mk 389557 2015-06-13 22:57:17Z antoine $
 #
 # 4 column tabs prevent hair loss and tooth decay!
 
@@ -406,6 +406,9 @@
 # _MAKE_JOBS is only available after bsd.port.post.mk, thus cannot be
 # used in .mozconfig. And client.mk automatically uses -jN where N
 # is what multiprocessing.cpu_count() returns.
+.if defined(DISABLE_MAKE_JOBS) || defined(MAKE_JOBS_UNSAFE)
+MAKE_JOBS_NUMBER=      1
+.endif
 .if defined(MAKE_JOBS_NUMBER)
 MOZ_MAKE_FLAGS+=-j${MAKE_JOBS_NUMBER}
 .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