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:
Glen Barber 2016-01-05 15:50:50 +00:00
parent 582727cc63
commit 51daa9fe00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=293200

View File

@ -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