pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check check-files shouldn't complain about files in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/340464c6f7f4
branches: trunk
changeset: 533260:340464c6f7f4
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Sep 12 10:22:53 2007 +0000
description:
check-files shouldn't complain about files in VARBASE, since they cannot
be represented in the PLIST.
diffstat:
mk/check/check-files.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 37926e6edade -r 340464c6f7f4 mk/check/check-files.mk
--- a/mk/check/check-files.mk Wed Sep 12 10:08:38 2007 +0000
+++ b/mk/check/check-files.mk Wed Sep 12 10:22:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.18 2007/08/21 21:44:23 jlam Exp $
+# $NetBSD: check-files.mk,v 1.19 2007/09/12 10:22:53 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
@@ -65,6 +65,9 @@
CHECK_FILES_SKIP+= ${PACKAGES}/.*
CHECK_FILES_SKIP+= ${DISTDIR}/.*
+# For unprivileged builds, VARBASE is below LOCALBASE.
+CHECK_FILES_SKIP+= ${VARBASE}/.*
+
# File that are outside of ${PREFIX} in directories we already know we'll
# be using for mutable data.
#
Home |
Main Index |
Thread Index |
Old Index