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 DE2A73858C53 for ; Fri, 25 Aug 2023 12:55:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DE2A73858C53 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=1692968112; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=hRlGL5xDOay23uimtiIU2tXmh66gDa04z/lbCSyPsWA=; b=Kevl7n6FiXShtnUuEtLIDrFVj9XGED8303ou7K5qrl/ae6JYousbRzLUDWbgSHgnCiAoXE 45K604V/VUHfOp5ut8pR1rULpwcbeXAP8CJOd6WO3VJ/0xaz75gT4kpOtYQ0MMOvqVTydy O+sT342NrSddeKJbH5gpHYkW2a6AksM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-439-caGT36lSMUm3vd5PJwYTQw-1; Fri, 25 Aug 2023 08:55:11 -0400 X-MC-Unique: caGT36lSMUm3vd5PJwYTQw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B28F8101A52E; Fri, 25 Aug 2023 12:55:10 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.193.96]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1A42840C2073; Fri, 25 Aug 2023 12:55:10 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id B28DAA80C9A; Fri, 25 Aug 2023 14:55:07 +0200 (CEST) Date: Fri, 25 Aug 2023 14:55:07 +0200 From: Corinna Vinschen To: Alexey Lapshin Cc: "newlib@sourceware.org" , "jjohnstn@redhat.com" Subject: Re: [PATCH] newlib: fix potential issue of sys headers install Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Alexey Lapshin , "newlib@sourceware.org" , "jjohnstn@redhat.com" References: <42673b6784fe7405f28e02275f20b2c1b4e72334.camel@espressif.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 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=-4.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Aug 24 15:38, Alexey Lapshin wrote: > Hi Corinna, > > The comment should be: > > Fix the 'sed' command to precisely remove the prefix from the file path. > > Do I need to resend whole patch? Yes, please. Corinna