diff options
author | rillig <rillig> | 2007-03-07 22:13:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-03-07 22:13:38 +0000 |
commit | f41ba77a2c100c3a272b2404b6097ad070aa6d88 (patch) | |
tree | 12f5846404cd048fcb5609fb96b8e870c4efeee3 /mk/bulk | |
parent | 49b5a0f604cc3432976ebee2ed26057e094c0439 (diff) | |
download | pkgsrc-f41ba77a2c100c3a272b2404b6097ad070aa6d88.tar.gz |
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.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/bsd.bulk-pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 <hubertf@NetBSD.org> @@ -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. |