diff options
author | rillig <rillig@pkgsrc.org> | 2007-08-13 05:05:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-08-13 05:05:11 +0000 |
commit | 4c348031155cafe4f8479d41f9172c2142eb0285 (patch) | |
tree | b1aa55c6cf05ce12923856f4d3da605b90496752 /mk | |
parent | e73fc2cba2757afb7f00d3bc748615d1c04bc5d1 (diff) | |
download | pkgsrc-4c348031155cafe4f8479d41f9172c2142eb0285.tar.gz |
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 (limited to 'mk')
-rw-r--r-- | mk/check/check-files.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk index d84c79997b4..beb1273d28f 100644 --- a/mk/check/check-files.mk +++ b/mk/check/check-files.mk @@ -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+= ${PERL5_INSTALLARCHLIB}/perllocal.pod 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. # |