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.133.124]) by sourceware.org (Postfix) with ESMTPS id 8D4103835C1C for ; Mon, 29 Nov 2021 13:32:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8D4103835C1C Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-60-9D9eU_4bMEeXhtcGI9pyLg-1; Mon, 29 Nov 2021 08:32:52 -0500 X-MC-Unique: 9D9eU_4bMEeXhtcGI9pyLg-1 Received: by mail-wm1-f69.google.com with SMTP id l4-20020a05600c1d0400b00332f47a0fa3so10860039wms.8 for ; Mon, 29 Nov 2021 05:32:51 -0800 (PST) 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=KDvkgw1b3wIwQZt2SKIbsRYPbldtQ6dhmv7MgM18qEY=; b=o1ZRG2O9FzKkk7jq899NifvTAL8MxjRmuYpSHEb6gW1nbIxEgtM4pQ2Wu9K40iHjTu ANkVpU+fi3XFr3CHPZG+vNpu7+kB+/9AuqynZHlVlwmk1a2UuH9HvXrPulrmMD21aw3U X3VWOQPHBxoHBJumklRRn389ZfNSVf+mfjgesPzI3LPsoSGS3DxSkmXfZhxs1xFr0tVj VEIErAuqcTwAvHIgt7jpgyMu6cauokudLwGPdueDJ1qnzVQ1t3vQtXFXBUO7+ItFVQdC jS4msQy5dncz/p2Qr1MvfNMpF4H+gaZz7O2a7//gWqiZWPT84tXxXKkmtdtzZTyPnBUd cMmg== X-Gm-Message-State: AOAM530ZTtysiATY10SzfzhAOOP7vJYvref8/gJ3v5mVt6j3gnQeIGH0 bFF/sqpl2Iig6RmEtc34MKIZiAvEl+Lmw+9b6UkpwNRGXkm+1OuQmnuh+cubXpVbmo2nNV//xy7 z09waNzs2yjMS0ZwqZA== X-Received: by 2002:a05:600c:1083:: with SMTP id e3mr36166011wmd.167.1638192770731; Mon, 29 Nov 2021 05:32:50 -0800 (PST) X-Google-Smtp-Source: ABdhPJwpm3b8QasTzmN8dQpz2Y8dA3cKH/TvBCNvFEoIMEhXWsTe97WlGeAzPK1wxuesI/50wFhMBg== X-Received: by 2002:a05:600c:1083:: with SMTP id e3mr36165998wmd.167.1638192770602; Mon, 29 Nov 2021 05:32:50 -0800 (PST) Received: from [192.168.1.6] ([80.168.196.171]) by smtp.gmail.com with ESMTPSA id m3sm13647759wrv.95.2021.11.29.05.32.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 29 Nov 2021 05:32:50 -0800 (PST) Message-ID: Date: Mon, 29 Nov 2021 13:32:49 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH] ld: enable silent build rules To: Mike Frysinger , binutils@sourceware.org References: <20211126044403.9493-1-vapier@gentoo.org> From: Nick Clifton In-Reply-To: <20211126044403.9493-1-vapier@gentoo.org> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP 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: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2021 13:32:54 -0000 On 11/26/21 04:44, Mike Frysinger via Binutils wrote: > Also add $(AM_V_xxx) to various manual rules in here. > --- > ld/Makefile.am | 62 ++++++++++++++++++++++++------------------------- > ld/Makefile.in | 62 ++++++++++++++++++++++++------------------------- > ld/configure | 43 ++++++++++++++++++++++++++++++++-- > ld/configure.ac | 1 + > 4 files changed, 104 insertions(+), 64 deletions(-) Approved - please apply. Cheers Nick