From patchwork Wed Feb 1 16:44:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 19082 Received: (qmail 129671 invoked by alias); 1 Feb 2017 16:44:40 -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 129090 invoked by uid 89); 1 Feb 2017 16:44:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL, BAYES_50, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=2268, 8276, 942b, 54C7 X-HELO: mail-out.m-online.net X-Auth-Info: 3XG7vJyYLudiaDXpdDorQgroDA5vvgDUoIc+MUe+j1fFFQ3YByjwBcK+wdDHAKwU From: Andreas Schwab To: libc-alpha@sourceware.org Subject: Fix missing test dependency X-Yow: Hello? Enema Bondage? I'm calling because I want to be happy, I guess.. Date: Wed, 01 Feb 2017 17:44:34 +0100 Message-ID: <8737fxx3m5.fsf@linux-m68k.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.91 (gnu/linux) MIME-Version: 1.0 This adds the missing definition for linknamespace-libs variable so that the tests are actually rerun when the libraries change. Installed as obvious. Andreas. * conform/Makefile (linknamespace-libs): Define. diff --git a/conform/Makefile b/conform/Makefile index 2743071345..b393641e5d 100644 --- a/conform/Makefile +++ b/conform/Makefile @@ -226,6 +226,8 @@ linknamespace-libs-UNIX98 = $(linknamespace-libs-xsi) linknamespace-libs-XOPEN2K = $(linknamespace-libs-xsi) linknamespace-libs-POSIX2008 = $(linknamespace-libs-posix) linknamespace-libs-XOPEN2K8 = $(linknamespace-libs-xsi) +linknamespace-libs = $(foreach std,$(conformtest-standards),\ + $(linknamespace-libs-$(std))) $(linknamespace-symlist-stdlibs-tests): $(objpfx)symlist-stdlibs-%: \ $(linknamespace-libs)