pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Skip checking files in the refcount directory in ca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98bb9fdf3b2f
branches:  trunk
changeset: 498824:98bb9fdf3b2f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Sep 03 23:28:30 2005 +0000

description:
Skip checking files in the refcount directory in case it's under
${PREFIX}, which happens if ${PKG_DBDIR} is under ${PREFIX}, e.g.
/usr/pkg/.pkgdb.  This makes CHECK_FILES usable in my FreeBSD bootstrap
setup.

diffstat:

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

diffs (17 lines):

diff -r 0dd6dfe173a6 -r 98bb9fdf3b2f mk/bsd.pkg.check.mk
--- a/mk/bsd.pkg.check.mk       Sat Sep 03 23:12:20 2005 +0000
+++ b/mk/bsd.pkg.check.mk       Sat Sep 03 23:28:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.check.mk,v 1.14 2005/08/20 02:45:05 jlam Exp $
+# $NetBSD: bsd.pkg.check.mk,v 1.15 2005/09/03 23:28:30 jlam Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and defines the
 # relevant variables and targets for the various install-time "check"
@@ -59,6 +59,7 @@
 .endif
 CHECK_FILES_SKIP+=     ${PERL5_INSTALLARCHLIB}/perllocal.pod
 CHECK_FILES_SKIP+=     ${PREFIX}/emul/linux/proc
+CHECK_FILES_SKIP+=     ${PKG_DBDIR}.refcount
 .for d in ${MAKE_DIRS} ${OWN_DIRS}
 CHECK_FILES_SKIP+=     ${d:C/^([^\/])/${PREFIX}\/\1/}
 .endfor



Home | Main Index | Thread Index | Old Index