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: 722611 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vD89q11CKz9sdn for ; Thu, 2 Feb 2017 03:44:46 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="iCJCbmMJ"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=KDMXsDHqcXxF0dw54de9ElZx3/K20 x+y8SytuhL5tP9IiwuCdYQMfxNYK2vKnHPIZhqEK7Ztk0SU5eapL5GKtU/EEm8Ci rPLKhsYSSNHvUtFj10bVZadnrOxtyaCxi7kqlTAcCsUC2tt6SJvPkMiS6zEckOi7 PM32XL2Kiu4tkA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=WNshXDmsC2E0sy3skki4GhJkoIg=; b=iCJ CbmMJz1D2CxkzOIXW7Aowjes/wMETyRxeEyBIIOQAQiSSxOnJuq6kCWS3QYDysv5 SQyQnsOFk6IFZByLDTtT/CsfncVrMIC9KteQvMVmYyxlGoXIj9vs+oqtg+fH/ieZ FuMEwsnzHRrH0j6mn8Q9/UaUE2DHhQfUUWkJRxYc= 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)