pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/check Prevented the files check from being confused...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d467c7e1678f
branches:  trunk
changeset: 532156:d467c7e1678f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Aug 13 05:05:11 2007 +0000

description:
Prevented the files check from being confused by concurrent instances of
"make replace". Since these are currently not locked properly, they may
remove files from PKG_DBDIR while another package is being installed.

diffstat:

 mk/check/check-files.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ffa89de8a967 -r d467c7e1678f mk/check/check-files.mk
--- a/mk/check/check-files.mk   Mon Aug 13 05:01:18 2007 +0000
+++ b/mk/check/check-files.mk   Mon Aug 13 05:05:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.16 2007/03/16 10:29:22 rillig Exp $
+# $NetBSD: check-files.mk,v 1.17 2007/08/13 05:05:11 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
@@ -51,6 +51,8 @@
 CHECK_FILES_SKIP+=     ${PREFIX}/lib/R/doc/html/packages.html
 CHECK_FILES_SKIP+=     ${PREFIX}/lib/R/doc/html/search/index.txt
 
+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.
 #



Home | Main Index | Thread Index | Old Index