summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-31 15:20:59 +0000
committerrillig <rillig@pkgsrc.org>2005-12-31 15:20:59 +0000
commitc666e33407c7d3c0e97aeece7507abfc63854da0 (patch)
treef31aa8d2f2e346a4f07ecc68cb6cbaaa4e8225d5 /mk
parenta5e1258797f3c58326639fd3bf7de7404ff06024 (diff)
downloadpkgsrc-c666e33407c7d3c0e97aeece7507abfc63854da0.tar.gz
Don't check for PKG_FAIL_REASON when doing show-depends-dirs. This prevents
packages that set PKG_FAIL_REASON from being excluded from the bulk build databases like .index and .dependstree.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index e61d8b1a3cc..75cca01b3f6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1778 2005/12/31 08:18:34 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1779 2005/12/31 15:20:59 rillig Exp $
#
# This file is in the public domain.
#
@@ -1391,7 +1391,7 @@ do-fetch:
.PHONY: show-depends-dirs
.if !target(show-depends-dirs)
_ALL_DEPENDS= ${DEPENDS} ${BUILD_DEPENDS}
-show-depends-dirs: do-check-pkg-fail-reason
+show-depends-dirs:
@set -e; \
dlist=""; \
depends=${_ALL_DEPENDS:C/^[^:]*://:O:u:Q}; \