pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/checkperms Don't depend on ccache and distcc ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3c56f4660f8d
branches: trunk
changeset: 568473:3c56f4660f8d
user: gdt <gdt%pkgsrc.org@localhost>
date: Mon Dec 14 21:25:14 2009 +0000
description:
Don't depend on ccache and distcc to avoid a cycle in the "pkg_info
-N" dependency graph.
diffstat:
sysutils/checkperms/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r e409409915f5 -r 3c56f4660f8d sysutils/checkperms/Makefile
--- a/sysutils/checkperms/Makefile Mon Dec 14 20:53:43 2009 +0000
+++ b/sysutils/checkperms/Makefile Mon Dec 14 21:25:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/12/05 10:23:34 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2009/12/14 21:25:14 gdt Exp $
#
DISTNAME= checkperms-1.11
@@ -17,8 +17,10 @@
.include "../../mk/bsd.prefs.mk"
-# Avoid the "hen and egg problem"
+# Avoid self-referential and circular dependencies.
CHECK_PERMS= no
+IGNORE_CCACHE= yes
+IGNORE_DISTCC= yes
.if ${OPSYS} == "Linux"
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
Home |
Main Index |
Thread Index |
Old Index