From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 5AE0D20248 for ; Thu, 7 Mar 2019 17:29:56 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=kmpz KG5DjEkpP4+/rRuZpzMxrF8+bDMMr3i9rzKXsPRRLVxlyEjvQ8ftPUbj6XBnBc2e X5LKiiAHI2KBq+P63bxjY/7dfP1l+h837JqmEGY0QSkqmYDnhaLm47wL0jWPb13z e335ygQUBDt9sRKK5j7ewfECwLNE+ZNA0p8/Pe8= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=ltB2DWv7iK f0kFVEn1CZeXpUmiw=; b=DmD7X+dSAFdJgNV2/2EPy12G/FZY2Bv8JpXMp4/MyG izZ4Nn2+HuV04+CdmKmnNyYlRikTFoCFSKwRzeqeAvqOPS+760U0Rop2tEuALAcw 4Hyj4FKijQV8e5+LdPZYxrmE0zVpj85tR1/EShyWJPE4Jl54uvXKhjQPvnGQL2N4 k= Received: (qmail 15339 invoked by alias); 7 Mar 2019 17:29:54 -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 Received: (qmail 15325 invoked by uid 89); 7 Mar 2019 17:29:53 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: <20190307163306.B3E8F81D9FFB@oldenburg2.str.redhat.com> <87wola7g3j.fsf@oldenburg2.str.redhat.com> In-Reply-To: <87wola7g3j.fsf@oldenburg2.str.redhat.com> From: Zack Weinberg Date: Thu, 7 Mar 2019 12:29:39 -0500 Message-ID: Subject: Re: [PATCH COMMITTED] check-wrapper-headers test: Adjust Fortran include file directory To: Florian Weimer Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" On Thu, Mar 7, 2019 at 12:24 PM Florian Weimer wrote: > > This is the relative installed path, relative to the include directory, > which is put into the headers make variable. > > I expect that Fortran headers will live exclusively in > /usr/include/finclude, which is why I'm not checking for finclude > subdirectories. Oh, OK, that's fine then. zw