Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/12/2005 20:41:11
Module Name: pkgsrc
Committed By: jlam
Date: Thu May 12 20:41:11 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Added Files:
pkgsrc/mk: find-prefix.mk
Log Message:
Instead of structuring code so that variables defined by the EVAL_PREFIX
loop are only used afterwards, split out the EVAL_PREFIX code into a
separate file find-prefix.mk that can be included at any point to
generate a prefix-computation for the variables specified by FIND_PREFIX
at the inclusion point.
To generate a diff of this commit:
cvs rdiff -r1.1641 -r1.1642 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/find-prefix.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.