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
6d892b193d
commit
df6b8c0f79
@ -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 New Issue
Block a user