pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Don't check for PKG_FAIL_REASON when doing show-dep...
details: https://anonhg.NetBSD.org/pkgsrc/rev/48ab414c7bdd
branches: trunk
changeset: 505206:48ab414c7bdd
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Dec 31 15:20:59 2005 +0000
description:
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:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 39bfb73b24a6 -r 48ab414c7bdd mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Sat Dec 31 15:16:18 2005 +0000
+++ b/mk/bsd.pkg.mk Sat Dec 31 15:20:59 2005 +0000
@@ -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 @@
.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}; \
Home |
Main Index |
Thread Index |
Old Index