summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-06-23 18:26:33 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-06-23 18:26:33 +0000
commitdd7b4c153a1fabc37460cdf873f87cf73bd61d21 (patch)
tree5fbb97900aa60a241f08b522850190d669a39c8a /Makefile.inc1
parent8207f12d6a61bbeaafbc180a97b8a1ebb07a4fed (diff)
downloadsrc-test2-dd7b4c153a1fabc37460cdf873f87cf73bd61d21.tar.gz
src-test2-dd7b4c153a1fabc37460cdf873f87cf73bd61d21.zip
packages: Allow stageworld/stagekernel to run with make jobs.
The -B was originally added in projects/release-pkg r289381 as a copy of what 'make world' did at the time. The -B was removed from the 'installworld' call in 'world' in r303844 though. The staging of files is safe to run in parallel. MFC after: 2 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=320280
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7ef7005691f1..cd45ff43fa32 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1539,8 +1539,8 @@ real-packages: stage-packages create-packages sign-packages .PHONY
stage-packages: .PHONY
@mkdir -p ${REPODIR} ${WSTAGEDIR} ${KSTAGEDIR}
${_+_}@cd ${.CURDIR}; \
- ${MAKE} DESTDIR=${WSTAGEDIR} -DNO_ROOT -B stageworld ; \
- ${MAKE} DESTDIR=${KSTAGEDIR} -DNO_ROOT -B stagekernel
+ ${MAKE} DESTDIR=${WSTAGEDIR} -DNO_ROOT stageworld; \
+ ${MAKE} DESTDIR=${KSTAGEDIR} -DNO_ROOT stagekernel
create-packages: _pkgbootstrap .PHONY
@mkdir -p ${REPODIR}