summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-15 03:01:33 +0000
committerrillig <rillig>2007-03-15 03:01:33 +0000
commit5d290d9c146fa162ca5ad44760b72de421dc5d52 (patch)
tree7a5ff9ade1d6fccfd7910545d19eb14ab39ed182 /mk
parent55f1ee14c32d7055cd5d01384a23ab4b835cf893 (diff)
downloadpkgsrc-5d290d9c146fa162ca5ad44760b72de421dc5d52.tar.gz
If the "Internal error #1" happens again, it will at least provide a
hint where to look for the cause of the message. Without that, it is next to useless.
Diffstat (limited to 'mk')
-rw-r--r--mk/flavor/pkg/depends.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/flavor/pkg/depends.mk b/mk/flavor/pkg/depends.mk
index 0d9df539280..ddd7ebc4894 100644
--- a/mk/flavor/pkg/depends.mk
+++ b/mk/flavor/pkg/depends.mk
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.23 2007/03/14 16:23:48 joerg Exp $
+# $NetBSD: depends.mk,v 1.24 2007/03/15 03:01:33 rillig Exp $
_DEPENDS_FILE= ${WRKDIR}/.depends
_REDUCE_DEPENDS_CMD= ${SETENV} CAT=${CAT:Q} \
@@ -75,7 +75,7 @@ _flavor-install-dependencies: .PHONY ${_DEPENDS_FILE}
${RUN} \
while read type pattern dir rest; do \
{ [ "$$dir" ] && [ ! "$$rest" ]; } \
- || ${FAIL_MSG} "[depends.mk] Internal error #1"; \
+ || ${FAIL_MSG} "[depends.mk] Internal error #1: Check ${_DEPENDS_FILE}"; \
silent=; \
${_DEPENDS_INSTALL_CMD}; \
done < ${_DEPENDS_FILE}