Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 01/12/2006 00:40:19
Module Name: pkgsrc
Committed By: rillig
Date: Thu Jan 12 00:40:19 UTC 2006
Modified Files:
pkgsrc/mk: bsd.pkg.check.mk bsd.pkg.mk
Log Message:
Added the target check-interpreter to bsd.pkg.check.mk, which checks
that the interpreter of "#!"-style scripts exists. It is disabled by
default, and can be enabled by setting CHECK_INTERPRETER=yes. As for the
other check-* targets, CHECK_INTERPRETER_SKIP is a list of shell globs
that can be used to to skip certain files.
Ok'ed by jlam.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/mk/bsd.pkg.check.mk
cvs rdiff -r1.1786 -r1.1787 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.