From b08a8fabf0c8e6c279848286f74a0c223c82947b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 27 Mar 2020 16:33:31 -0700 Subject: targets: Build with FEATURES=binpkg-multi-instance Allows stage3+ builds (e.g., netboot, ISOs, stage4) to share binpkg directories easily. Signed-off-by: Matt Turner --- targets/support/chroot-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index b09a7531..94f7c92f 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -78,7 +78,7 @@ get_libdir() { setup_myfeatures(){ setup_myemergeopts - export clst_myfeatures="-news clean-logs" + export clst_myfeatures="-news binpkg-multi-instance clean-logs" export FEATURES="${clst_myfeatures}" if [ -n "${clst_CCACHE}" ] then -- cgit v1.2.3-65-gdbad