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 3/3] Do check-localplt test using readelf rather than a build-time C program.


Roland McGrath <roland@hack.frob.com> writes:

>> Roland McGrath <roland@hack.frob.com> writes:
>> 
>> > +$(objpfx)check-localplt.out: $(..)scripts/check-localplt.awk \
>> > +			     $(..)scripts/localplt.awk \
>> > +			     $(localplt-built-dso:=.jmprel) \
>> >  			     $(check-data)
>> > -	$(dir $<)$(notdir $<) $(filter-out $< $(check-data),$^) | \
>> > -	  $(AWK) -f $(..)scripts/check-localplt.awk $(check-data) -
>> > +	$(AWK) -f $(filter-out $< $(check-data),$^) | \
>> > +	  $(AWK) -f $< $(check-data) -
>> >  endif
>> 
>> Shouldn't that put its output into the target?
>
> That's a good point, but the old state didn't do that either.

Well, it did until you changed it a few days ago. :-)

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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