Subject: CVS commit: pkgsrc/mk/check
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/10/2006 07:59:02
Module Name: pkgsrc
Committed By: rillig
Date: Fri Nov 10 07:59:01 UTC 2006
Modified Files:
pkgsrc/mk/check: check-headers.sh
Log Message:
Refined the pattern for lines containing bad macros. White-space is
allowed between the "#" and the "define", and the value must be of the
form "${varname}/...", that is, starting with a double quote, followed
by "${" and a variable name, and directly behind the closing brace must
be a slash. This should catch most false positives while still being
useful.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/mk/check/check-headers.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.