Subject: CVS commit: [pkgviews-mk] pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/16/2003 19:44:01
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Aug 16 19:44:01 UTC 2003

Modified Files:
	pkgsrc/mk/buildlink3 [pkgviews-mk]: bsd.buildlink3.mk

Log Message:
Programming with make variables/loops is not like programming with shell
variables/loops.  Setting temporary variables in loops doesn't really work
(or at least not all of the time), so rewrite loops to avoid setting
temporary variables.


To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 pkgsrc/mk/buildlink3/bsd.buildlink3.mk

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