summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-05-19 14:10:35 +0000
committerwiz <wiz@pkgsrc.org>2007-05-19 14:10:35 +0000
commit43948ca29472ed385f9c3b26fcc77275a68fd525 (patch)
treeddbed8fc111488053def7eaf56f526c03cd3b304 /mk/bulk
parentdaff9198ed4733269f8f2426a3789ed6050495e5 (diff)
downloadpkgsrc-43948ca29472ed385f9c3b26fcc77275a68fd525.tar.gz
Revert previous (1.140), committed by accident.
Diffstat (limited to 'mk/bulk')
-rw-r--r--mk/bulk/bsd.bulk-pkg.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk
index b8d5a03a44c..272c7dbf85c 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.140 2007/05/19 14:09:54 wiz Exp $
+# $NetBSD: bsd.bulk-pkg.mk,v 1.141 2007/05/19 14:10:35 wiz Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
@@ -177,9 +177,6 @@ BULK_DBFILE?= ${BULKFILESDIR}/.bulk_db${BULK_ID}
# use is for digest and also for xpkgwedge. Add pkgtools/xpkgwedge in
# /etc/mk.conf to do an xpkgwedged bulk build.
BULK_PREREQ+= pkgtools/digest
-.ifdef PKG_CHK_FILE
-BULK_PREREQ+= pkgtools/pkg_chk
-.endif
# Commands for printing informational messages from the bulk build.
# BULK_MSG_CONT is used for continuing a message started with BULK_MSG
@@ -246,7 +243,7 @@ bulk-cache:
.endfor
${RM} -f ${BULK_DBFILE}
${TOUCH} ${BULK_DBFILE}
-.if !defined(SPECIFIC_PKGS) && !defined(PKG_CHK_FILE)
+.if !defined(SPECIFIC_PKGS)
@${ECHO} "This file is unused for a full pkgsrc bulk build" >> ${BULK_DBFILE}
@${ECHO} "It is only used for a SPECIFIC_PKGS bulk build" >> ${BULK_DBFILE}
@${BULK_MSG} "Building complete pkgsrc dependency tree (this may take a while)."