This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Remove unused math/Makefile variable libm-test-incs [committed]
- From: Joseph Myers <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Fri, 9 Feb 2018 18:16:09 +0000
- Subject: Remove unused math/Makefile variable libm-test-incs [committed]
- Authentication-results: sourceware.org; auth=none
The math/Makefile variable libm-test-incs was formerly used, but no
longer is. This patch removes it.
Tested for x86_64. Committed.
2018-02-09 Joseph Myers <joseph@codesourcery.com>
* math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
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
--
Joseph S. Myers
joseph@codesourcery.com