pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk CHECK_FILES is not ready for prime time, so do not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8be8b9496d01
branches:  trunk
changeset: 496160:8be8b9496d01
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Jun 23 21:34:01 2005 +0000

description:
CHECK_FILES is not ready for prime time, so do not enable it by
default for PKG_DEVELOPER yet...

diffstat:

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

diffs (17 lines):

diff -r 13e051461804 -r 8be8b9496d01 mk/bsd.pkg.check.mk
--- a/mk/bsd.pkg.check.mk       Thu Jun 23 21:14:54 2005 +0000
+++ b/mk/bsd.pkg.check.mk       Thu Jun 23 21:34:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.check.mk,v 1.5 2005/06/23 21:06:56 jlam Exp $
+# $NetBSD: bsd.pkg.check.mk,v 1.6 2005/06/23 21:34:01 kristerw Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and defines the
 # relevant variables and targets the for various install-time "check"
@@ -34,7 +34,6 @@
 
 # For PKG_DEVELOPERs, cause some checks to be run automatically by default.
 .if defined(PKG_DEVELOPER)
-CHECK_FILES?=          yes
 CHECK_WRKREF?=         tools
 .endif
 



Home | Main Index | Thread Index | Old Index