mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue