Subject: Re: CVS commit: [buildlink2] pkgsrc/mk/buildlink2
To: Johnny C. Lam <jlam@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/30/2002 12:09:08
On Sun, Jun 30, 2002 at 10:03:31PM +0300, Johnny C. Lam wrote:
> 
> Module Name:	pkgsrc
> Committed By:	jlam
> Date:		Sun Jun 30 19:03:30 UTC 2002
> 
> Modified Files:
> 	pkgsrc/mk/buildlink2 [buildlink2]: post-cache
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.1.2.6 -r1.1.2.7 pkgsrc/mk/buildlink2/post-cache

The log message (changed in the repository) is:

----------------------------
revision 1.1.2.7
date: 2002/06/30 19:03:30;  author: jlam;  state: Exp;  lines: +16 -16
Using the default case, while correct, was too slow.  Instead of that, we
now just specially process and cache -D* as those are most likely to have
odd levels of quoting.  We also run _BLNK_TRANSFORM on -Wl,* arguments as
we're probably going to be handling those specially for Darwin.

	-- Johnny Lam <jlam@netbsd.org>