This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.27.9000-52-gbfd4758


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  bfd475876f4b71474a640fc2d4c6904e03f3fedc (commit)
      from  3f8d9d58c59fdbe27301d0e18bfd426a5f2edf19 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bfd475876f4b71474a640fc2d4c6904e03f3fedc

commit bfd475876f4b71474a640fc2d4c6904e03f3fedc
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 9 18:15:32 2018 +0000

    Remove unused math/Makefile variable libm-test-incs.
    
    The math/Makefile variable libm-test-incs was formerly used, but no
    longer is.  This patch removes it.
    
    Tested for x86_64.
    
    	* math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.

diff --git a/ChangeLog b/ChangeLog
index 385e866..ff718e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-09  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
+
 2018-02-09  Wilco Dijkstra  <wdijkstr@arm.com>
 
 	* sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing
diff --git a/math/Makefile b/math/Makefile
index 4c8703c..5538aa2 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -303,8 +303,6 @@ $(libm-test-c-auto-obj): $(objpfx)libm-test%.c: libm-test%.inc \
 						auto-libm-test-out%
 	$(make-target-directory)
 	$(PERL) gen-libm-test.pl -c $< -a auto-libm-test-out$* -C $@
-
-libm-test-incs = $(foreach f,$(libm-test-funcs-all),libm-test-$(f).inc)
 endif
 
 ifdef PYTHON

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    4 ++++
 math/Makefile |    2 --
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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