mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Do not implicitly invoke 'buildworld' as part of the 'packages' target.
This retains the original behavior of release-related targets, which assume 'buildworld' and 'buildkernel' have already happened. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
582727cc63
commit
51daa9fe00
1 changed files with 0 additions and 1 deletions
|
|
@ -1380,7 +1380,6 @@ STAGEDIR= ${MAKEOBJDIRPREFIX}${.CURDIR}/stage
|
|||
packages:
|
||||
@mkdir -p ${MAKEOBJDIRPREFIX}${.CURDIR}/stage
|
||||
${_+_}@cd ${.CURDIR}; \
|
||||
${MAKE} ${.MAKEFLAGS} buildworld ; \
|
||||
${MAKE} DESTDIR=${DESTDIR:U${STAGEDIR}} -DNO_ROOT -B stageworld ; \
|
||||
${MAKE} DESTDIR=${DESTDIR:U${STAGEDIR}} create-world-packages
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue