Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/23/2005 08:31:21
Module Name: pkgsrc
Committed By: jlam
Date: Thu Jun 23 08:31:21 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Added Files:
pkgsrc/mk: bsd.pkg.check.mk
Log Message:
Split out the check-files implementation and related variables into
a new bsd.pkg.check.mk file. This new file will eventually collect
all of the various "check" targets that are run at install-time.
While here, change the implementation of check-files so that it is
not so monolithic.
Change the meaning of the CHECK_FILES variables so that if it's not
"no", then the file checks are run. Also, allow these checks to be
run if the user explicitly sets CHECK_FILES in /etc/mk.conf, even if
PKG_DEVELOPER is not defined.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mk/bsd.pkg.check.mk
cvs rdiff -r1.1697 -r1.1698 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.