From d9bfea836054444be4e9adaab4846cd88527ae9d Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 16 Mar 2007 10:17:13 +0000 Subject: Don't check files in ${PACKAGES} and ${DISTDIR}. --- mk/check/check-files.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk index 885be6732a7..d97f4a2291e 100644 --- a/mk/check/check-files.mk +++ b/mk/check/check-files.mk @@ -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 @@ CHECK_FILES_SKIP+= ${PREFIX}/emul/linux/proc.* # 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. # -- cgit v1.2.3