From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x234.google.com (mail-oi1-x234.google.com [IPv6:2607:f8b0:4864:20::234]) by sourceware.org (Postfix) with ESMTPS id 881803858297 for ; Tue, 28 Jun 2022 16:06:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 881803858297 Received: by mail-oi1-x234.google.com with SMTP id bd16so17816727oib.6 for ; Tue, 28 Jun 2022 09:06:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=Gl9DKQ9ew8emmXqyxzy+eRIliFO+KNRp0EFZ7DhXqmA=; b=cQcUaQn8zD1E+ST/ymvAd/xzzXNY+NIfLoUarxkKcrfwvltSMqtyCCsEKjx7a09dh7 MahRjESL/ndo09I1QqF+l1YcuLpPEbRd24FVln5e9tyJ2zMy9YtHKdl5K1X6ggvqCijz LJdERzk/7aUY6lcjspPgL6zIfh88MMaQV0v9pIcnRE/VAh2e3kajVGjyzK/4ETW5OVOR CCBhWBgumVD0VtMMqscGpfHoI0V7R5dTQZ3rjhktBNUE5snrxEsx0mS034GJGdRtwIZX Xph1XY8dNBot6uF5hp3d/HhborfhjjHUVkwR6kXuGVsiG3qzfOSpy8VXb/Y+o5m1CsV5 lFhg== X-Gm-Message-State: AJIora860oR24pH3t0LhEoBTcuUqio58V/6UweJ2JoHS0j+9o01+lPHk CwWgW3cwA/4qiTFPXuy0fOUr/Pn6dR8= X-Google-Smtp-Source: AGRyM1tne8uh9vRqdyNgUU3d+kkDuBQinWWThJ+Zo49ILBGO79RBmuA92ds7hUk7F1UwK0JUtSqEFQ== X-Received: by 2002:a05:6808:1686:b0:2f7:2f03:9792 with SMTP id bb6-20020a056808168600b002f72f039792mr235146oib.278.1656432404414; Tue, 28 Jun 2022 09:06:44 -0700 (PDT) Received: from [172.31.0.106] (c-73-63-24-84.hsd1.ut.comcast.net. [73.63.24.84]) by smtp.gmail.com with ESMTPSA id u5-20020a4a9705000000b0042568efdaccsm7801770ooi.15.2022.06.28.09.06.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 28 Jun 2022 09:06:44 -0700 (PDT) Message-ID: <72f0b45c-4cd9-e48d-10ba-51711b0ce8f3@gmail.com> Date: Tue, 28 Jun 2022 10:06:43 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: Ping: [PATCH] libatomic: drop redundant all-multi command Content-Language: en-US To: gcc-patches@gcc.gnu.org References: <4d101a46-dadf-4771-e5a8-c5d9d85d2e20@suse.com> From: Jeff Law In-Reply-To: <4d101a46-dadf-4771-e5a8-c5d9d85d2e20@suse.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2022 16:06:46 -0000 On 6/28/2022 12:52 AM, Jan Beulich via Gcc-patches wrote: > On 27.05.2022 10:01, Jan Beulich wrote: >> ./multilib.am already specifies this same command, and make warns about >> the earlier one being ignored when seeing the later one. All that needs >> retaining to still satisfy the preceding comment is the extra >> dependency. >> >> libatomic/ >> >> * Makefile.am (all-multi): Drop commands. >> * Makefile.in: Update accordingly. > Ping? Weird, I thought I'd acked this already, but I can't find it in my outbox. OK for the trunk. jeff