pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Skip ${PREFIX}/emul/linux32/proc.* as well
details: https://anonhg.NetBSD.org/pkgsrc/rev/75da44c0a584
branches: trunk
changeset: 538458:75da44c0a584
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri Feb 08 23:13:35 2008 +0000
description:
Skip ${PREFIX}/emul/linux32/proc.* as well
diffstat:
mk/check/check-files.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r ec4395459e5a -r 75da44c0a584 mk/check/check-files.mk
--- a/mk/check/check-files.mk Fri Feb 08 22:43:27 2008 +0000
+++ b/mk/check/check-files.mk Fri Feb 08 23:13:35 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.22 2008/02/07 21:36:13 rillig Exp $
+# $NetBSD: check-files.mk,v 1.23 2008/02/08 23:13:35 adrianp 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
@@ -53,10 +53,11 @@
CHECK_FILES_SKIP+= ${PKG_DBDIR}/.*
-# We don't care about what's under /proc in Linux emulation, which is
-# just holds run-time generated data.
+# We don't care about what's under linux/proc and linux32/proc in Linux
+# emulation, which just holds run-time generated data.
#
CHECK_FILES_SKIP+= ${PREFIX}/emul/linux/proc.*
+CHECK_FILES_SKIP+= ${PREFIX}/emul/linux32/proc.*
# The reference-count meta-data directory used by the pkginstall framework.
CHECK_FILES_SKIP+= ${PKG_DBDIR}.refcount.*
Home |
Main Index |
Thread Index |
Old Index