From 72f5dbd3c591ca03e181408180f219c52d495133 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 15 Jun 2010 19:23:55 +0000 Subject: Allow pre-install for USERGROUP_PHASE. This is intended for PKG_DESTDIR_SUPPORT=destdir packages, that don't otherwise need the user/group during build. Export USERGROUP_PHASE for the sake of pbulk. --- mk/pbulk/pbulk-index.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/pbulk') diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk index dc5dfd214ba..bc48d37a978 100644 --- a/mk/pbulk/pbulk-index.mk +++ b/mk/pbulk/pbulk-index.mk @@ -1,4 +1,4 @@ -# $NetBSD: pbulk-index.mk,v 1.9 2008/06/19 18:36:51 joerg Exp $ +# $NetBSD: pbulk-index.mk,v 1.10 2010/06/15 19:23:55 joerg Exp $ # This Makefile fragment is included by bsd.pkg.mk and provides all # variables and targets related to the parallel bulk build @@ -94,6 +94,7 @@ pbulk-index-item: @echo "MAINTAINER="${MAINTAINER:Q} @echo "USE_DESTDIR="${_USE_DESTDIR:Q} @echo "BOOTSTRAP_PKG="${BOOTSTRAP_PKG} + @echo "USERGROUP_PHASE="${USERGROUP_PHASE:Q} .if defined(_PBULK_MULTI_NEEDED) @printf "MULTI_VERSION=" .for _t in ${_PBULK_MULTI_NEEDED} -- cgit v1.2.3