From patchwork Fri Feb 9 18:16:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 25891 Received: (qmail 128426 invoked by alias); 9 Feb 2018 18:16:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 128409 invoked by uid 89); 9 Feb 2018 18:16:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy=f X-HELO: relay1.mentorg.com Date: Fri, 9 Feb 2018 18:16:09 +0000 From: Joseph Myers To: Subject: Remove unused math/Makefile variable libm-test-incs [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 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 * 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