pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Don't check files in ${PACKAGES} and ${DISTDIR}.
details: https://anonhg.NetBSD.org/pkgsrc/rev/81a7177453b3
branches: trunk
changeset: 526632:81a7177453b3
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Mar 16 10:17:13 2007 +0000
description:
Don't check files in ${PACKAGES} and ${DISTDIR}.
diffstat:
mk/check/check-files.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r e07a7b4a391d -r 81a7177453b3 mk/check/check-files.mk
--- a/mk/check/check-files.mk Fri Mar 16 10:05:20 2007 +0000
+++ b/mk/check/check-files.mk Fri Mar 16 10:17:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.14 2007/03/02 05:54:18 wiz Exp $
+# $NetBSD: check-files.mk,v 1.15 2007/03/16 10:17:13 rillig Exp $
#
# This file checks that the list of installed files matches the PLIST.
# For that purpose it records the file list of LOCALBASE before and
@@ -55,6 +55,10 @@
# The reference-count meta-data directory used by the pkginstall framework.
CHECK_FILES_SKIP+= ${PKG_DBDIR}.refcount.*
+# Some people have their distfiles and binary packages below ${LOCALBASE}.
+CHECK_FILES_SKIP+= ${PACKAGES}/.*
+CHECK_FILES_SKIP+= ${DISTDIR}/.*
+
# File that are outside of ${PREFIX} in directories we already know we'll
# be using for mutable data.
#
Home |
Main Index |
Thread Index |
Old Index