diff options
author | rillig <rillig> | 2007-03-16 10:17:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-03-16 10:17:13 +0000 |
commit | d88d1b3d182330000766252fccc2798c962cd187 (patch) | |
tree | 26d860302f172ccd4c631a52516b868f37c60d5a /mk/check | |
parent | 247e5d025675095f2177aff76c6cb0ef5880425b (diff) | |
download | pkgsrc-d88d1b3d182330000766252fccc2798c962cd187.tar.gz |
Don't check files in ${PACKAGES} and ${DISTDIR}.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-files.mk | 6 |
1 files changed, 5 insertions, 1 deletions
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. # |