pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/check Even though VARBASE is sometimes below LOCALB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75e48fc452d5
branches:  trunk
changeset: 533737:75e48fc452d5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 27 13:57:12 2007 +0000

description:
Even though VARBASE is sometimes below LOCALBASE, some users want to
check it. Don't prevent that in CHECK_FILES_STRICT=yes mode.

diffstat:

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

diffs (19 lines):

diff -r af7cb6cd12dc -r 75e48fc452d5 mk/check/check-files.mk
--- a/mk/check/check-files.mk   Thu Sep 27 13:30:27 2007 +0000
+++ b/mk/check/check-files.mk   Thu Sep 27 13:57:12 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.19 2007/09/12 10:22:53 rillig Exp $
+# $NetBSD: check-files.mk,v 1.20 2007/09/27 13:57:12 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
@@ -66,7 +66,9 @@
 CHECK_FILES_SKIP+=     ${DISTDIR}/.*
 
 # For unprivileged builds, VARBASE is below LOCALBASE.
+.if !empty(CHECK_FILES_STRICT:M[Nn][Oo])
 CHECK_FILES_SKIP+=     ${VARBASE}/.*
+.endif
 
 # 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