This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add convenience target to automatically update ULPs for your machine.


On 04/05/2013 05:38 AM, Andreas Schwab wrote:
> "Carlos O'Donell" <carlos@redhat.com> writes:
> 
>> +         eval $(make-test-out) -u -o $(objpfx); \
> 
> eval is evil.  Why do you need that?

No. It's not required. Thanks for noticing.

I have to rewrite this anyway, I didn't notice $(make-test-out)
relies upon $^ and that doesn't work here.

I have to do something similar to what Siddhesh did for `make bench'.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]