Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/26/2006 08:39:52
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sun Nov 26 08:39:52 UTC 2006

Modified Files:
	pkgsrc/mk/bulk: printindex printindex.1

Log Message:
The bulk builds now use the new target can-be-built-here, which checks
if some of PKG_SKIP_REASON, PKG_FAIL_REASON, NOT_FOR_*, ONLY_FOR_* are
set.

The code uses some shell trickery to avoid the use of subshells, since
these would prevent the variable assignments from being effective.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/mk/bulk/printindex
cvs rdiff -r1.6 -r1.7 pkgsrc/mk/bulk/printindex.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.