From f337933c2ff7426f5eb997427bc7c56a3830534d Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 7 Mar 2007 22:13:38 +0000 Subject: Added the BULK_ID to BULK_BUILD_ID_FILE, so that multiple bulk builds can share the same pkgsrc tree in read-write mode. Fixes PR 35939. --- mk/bulk/bsd.bulk-pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bulk') diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk index 3a24af5dc12..b8e82d549c6 100644 --- a/mk/bulk/bsd.bulk-pkg.mk +++ b/mk/bulk/bsd.bulk-pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.bulk-pkg.mk,v 1.137 2007/03/06 15:54:54 rillig Exp $ +# $NetBSD: bsd.bulk-pkg.mk,v 1.138 2007/03/07 22:13:38 rillig Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer @@ -160,7 +160,7 @@ STARTFILE?= ${BULKFILESDIR}/.start${BULK_ID} # This top level file saves the bulk build ID. As it most often has a time # stamp, it is only generated once and later retrieved from this file. -BULK_BUILD_ID_FILE?= ${BULKFILESDIR}/.bulk_build_id +BULK_BUILD_ID_FILE?= ${BULKFILESDIR}/.bulk_build_id${BULK_ID} # File created and used by lintpkgsrc(8) to cache package metadata for # pruning and bulk-upload exclusions. -- cgit v1.2.3