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:
> 
> > +$(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.
So that will be a separate follow-on fix.


Thanks,
Roland


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