Pass .MAKEFLAGS in the 'packages' target to allow parallel
builds. Pass '-B' when invoking the 'stageworld' target, similar to what is done for 'installworld'. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
324fd1ce05
commit
86f589087c
@ -1285,8 +1285,8 @@ STAGEDIR= ${MAKEOBJDIRPREFIX}${.CURDIR}/stage
|
||||
packages:
|
||||
@mkdir -p ${MAKEOBJDIRPREFIX}${.CURDIR}/stage
|
||||
${_+_}@cd ${.CURDIR}; \
|
||||
${MAKE} buildworld ; \
|
||||
${MAKE} DESTDIR=${DESTDIR:U${STAGEDIR}} -DNO_ROOT stageworld ; \
|
||||
${MAKE} ${.MAKEFLAGS} buildworld ; \
|
||||
${MAKE} DESTDIR=${DESTDIR:U${STAGEDIR}} -DNO_ROOT -B stageworld ; \
|
||||
${MAKE} DESTDIR=${DESTDIR:U${STAGEDIR}} create-world-packages
|
||||
|
||||
create-kernel-packages:
|
||||
|
Loading…
Reference in New Issue
Block a user