From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 62F88385842F for ; Fri, 18 Feb 2022 10:00:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 62F88385842F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1645178432; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=q9eG5kM7lWbdQPaQNPYpmt5kIByRG1Hooz2UjksyU5c=; b=gZKeL1Zu+ca+Ck7k0u8SX/oY9jZPJFx+UR3SdtBRGxXh0JQ1cPo3Id/e1E7kCAPq+r5nN4 d1Rn6ii/HBHBBfMwv6OtZfKQMPgAbECQ91FdvWIXt/ousSHA1RvacRuqqbMuh5187Ouykk XmG4vrwoJTWK9u6f5XaCLFP9E59+eHk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-433-ij2eIjKUP1-IezDgv50ytw-1; Fri, 18 Feb 2022 05:00:30 -0500 X-MC-Unique: ij2eIjKUP1-IezDgv50ytw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E7BCB1006AA3 for ; Fri, 18 Feb 2022 10:00:29 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.36.112.2]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B80BF60C24 for ; Fri, 18 Feb 2022 10:00:29 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 384B3A80D35; Fri, 18 Feb 2022 11:00:28 +0100 (CET) Date: Fri, 18 Feb 2022 11:00:28 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] newlib: posix: use local includes for local headers Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20220217045152.14255-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20220217045152.14255-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2022 10:00:34 -0000 On Feb 16 23:51, Mike Frysinger wrote: > These headers aren't installed, so use "" includes instead of <> so > we don't search system header paths. This matches the style used > elsewhere in the tree for these local headers, and makes it work > w/out explicit -I flags (as needed with non-recursive make). > --- > newlib/libc/posix/collate.c | 4 ++-- > newlib/libc/posix/rune.h | 2 +- > newlib/libc/time/gettzinfo.c | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) GTG Thx, Corinna