From 51daa9fe00c8e3ab1dfd08b48c1b2c0246abfca6 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 5 Jan 2016 15:50:50 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 53ab447791d1..d686d745dcec 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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