summaryrefslogtreecommitdiff
path: root/mk/pbulk
diff options
context:
space:
mode:
authorjoerg <joerg>2012-11-23 12:13:34 +0000
committerjoerg <joerg>2012-11-23 12:13:34 +0000
commitb7bd3ae418ba12d483acfbb197d6ee7aed28edcc (patch)
tree7a3f5dc9fbb776757ced53728c97bff7388fd63f /mk/pbulk
parent75335e4e9d1609d44a11e52652d0cb9814206647 (diff)
downloadpkgsrc-b7bd3ae418ba12d483acfbb197d6ee7aed28edcc.tar.gz
Update pbulk to 0.51 and pbulk-base to 0.46. Add support for reusing old
scan results to speed up the process. Fix a bug that overwrote the package.log during installation.
Diffstat (limited to 'mk/pbulk')
-rw-r--r--mk/pbulk/pbulk-index.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk
index 4641c6ee852..96eaff895fe 100644
--- a/mk/pbulk/pbulk-index.mk
+++ b/mk/pbulk/pbulk-index.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pbulk-index.mk,v 1.14 2011/11/12 15:21:53 dholland Exp $
+# $NetBSD: pbulk-index.mk,v 1.15 2012/11/23 12:13:35 joerg Exp $
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to the parallel bulk build
@@ -102,6 +102,7 @@ pbulk-index-item:
@echo "USE_DESTDIR="${_USE_DESTDIR:Q}
@echo "BOOTSTRAP_PKG="${BOOTSTRAP_PKG}
@echo "USERGROUP_PHASE="${USERGROUP_PHASE:Q}
+ @echo "SCAN_DEPENDS="${.MAKE.MAKEFILES:Q}
.if defined(_PBULK_MULTI_NEEDED)
@printf "MULTI_VERSION="
.for _t in ${_PBULK_MULTI_NEEDED}