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: Start generating libm tests automatically with MPFR


On 11/27/2013 06:02 PM, Joseph S. Myers wrote:
> This patch should be considered to be taken together with the makefile
> dependency fix:

Indeed - it's fine,

Andreas
> 2013-11-27  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* math/Makefile ($(objpfx)libm-test.stmp): Depend on
> 	auto-libm-test-out.
> 
> diff --git a/math/Makefile b/math/Makefile
> index fcccab2..d178789 100644
> --- a/math/Makefile
> +++ b/math/Makefile
> @@ -112,7 +112,8 @@ ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps)))
>  
>  $(addprefix $(objpfx), $(libm-tests-generated)): $(objpfx)libm-test.stmp
>  
> -$(objpfx)libm-test.stmp: $(ulps-file) libm-test.inc gen-libm-test.pl
> +$(objpfx)libm-test.stmp: $(ulps-file) libm-test.inc gen-libm-test.pl \
> +			 auto-libm-test-out
>  	$(make-target-directory)
>  	$(PERL) gen-libm-test.pl -u $< -o "$(objpfx)"
>  	@echo > $@
> 


-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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