summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-12-02 12:57:32 +0000
committerwiz <wiz@pkgsrc.org>2007-12-02 12:57:32 +0000
commit6bfb4a5067225b303d27b5cbc0501b905f6797e9 (patch)
tree12e7077472a865fac8eb814d00adeea375c47f7f /mk/bulk
parent612d63e1c9f7d54e007a92c25a379c4141f30cf7 (diff)
downloadpkgsrc-6bfb4a5067225b303d27b5cbc0501b905f6797e9.tar.gz
Fix typo in error message. From Sergey Svishchev.
Diffstat (limited to 'mk/bulk')
-rw-r--r--mk/bulk/bsd.bulk-pkg.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk
index 46f08de57e3..f4a391d4bbc 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.145 2007/12/01 11:11:55 rillig Exp $
+# $NetBSD: bsd.bulk-pkg.mk,v 1.146 2007/12/02 12:57:32 wiz Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
@@ -177,6 +177,9 @@ 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
@@ -243,7 +246,7 @@ bulk-cache:
.endfor
${RM} -f ${BULK_DBFILE}
${TOUCH} ${BULK_DBFILE}
-.if !defined(SPECIFIC_PKGS)
+.if !defined(SPECIFIC_PKGS) && !defined(PKG_CHK_FILE)
@${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)."