svn commit: r325179 - head/release

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 31 00:03:32 UTC 2017


Author: bdrewery
Date: Tue Oct 31 00:03:29 2017
New Revision: 325179
URL: https://svnweb.freebsd.org/changeset/base/325179

Log:
  Run mm-mtree with whatever -j value the build is using.
  
  Reviewed by:	gjb
  Sponsored by:	Dell EMC Isilon
  Differential Revision:	https://reviews.freebsd.org/D12807

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Tue Oct 31 00:03:25 2017	(r325178)
+++ head/release/Makefile	Tue Oct 31 00:03:29 2017	(r325179)
@@ -132,7 +132,8 @@ base.txz:
 	cd ${WORLDDIR} && ${IMAKE} distributeworld DISTDIR=${.OBJDIR}/${DISTDIR}
 # Set up mergemaster root database
 	sh ${.CURDIR}/scripts/mm-mtree.sh -m ${WORLDDIR} -F \
-	    "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" -D "${.OBJDIR}/${DISTDIR}/base"
+	    "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET} ${.MAKE.JOBS:D-j${.MAKE.JOBS}}" \
+	    -D "${.OBJDIR}/${DISTDIR}/base"
 	etcupdate extract -B -M "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" \
 	    -s ${WORLDDIR} -d "${.OBJDIR}/${DISTDIR}/base/var/db/etcupdate"
 # Package all components


More information about the svn-src-all mailing list