On Fri, Jan 30, 2004 at 12:34:50PM -0500, Daniel Shane wrote:
> For users, that means that instead of
> 
> $(filter-out $(str1), $(str2))
> 
> it woudl become
> 
> $(filter-out ($sort $(str1)), ($sort $(str2)))

That would in some usages have influence on linking order, which
will be a disaster to track down.

But any speed improvements in filter* functions would be most welcome.
During a linux kernel compile 2 or more filter* functions is used for
each single target visitited. On top of this a number of filter* functions
is used for each Makefile.

Yup, it's open source. But not enough time :-(

        Sam


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to