[PATCH 3/3] Do check-localplt test using readelf rather than a build-time C program.

Andreas Schwab schwab@linux-m68k.org
Tue May 1 20:39:00 GMT 2012


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."



More information about the Libc-alpha mailing list