From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id BtKFI8pj7l8XMgAAWB0awg (envelope-from ) for ; Thu, 31 Dec 2020 18:50:34 -0500 Received: by simark.ca (Postfix, from userid 112) id 8277A1F0AA; Thu, 31 Dec 2020 18:50:34 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 8B57A1E552 for ; Thu, 31 Dec 2020 18:50:33 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 24EC238618F3; Thu, 31 Dec 2020 23:50:33 +0000 (GMT) Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 7C35B386188A; Thu, 31 Dec 2020 23:50:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7C35B386188A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: 5KYHg+qejAiy1GfEOD837iJficnLhYKLNcpgo8k4eAqOwfZHX9JfSBb/uHjLRTg66cYqEO2UY6 YkdGCu/taW//64W1AgC0ykwI87qq8j61Ggd3NYieW/8ytamKjpl0BlsoW9ocGJ4r7o3bfg3UTe x0ebnDFH6Qa+0W8oH4X6mG1koGWN7KBp+Gc3ElHMjSqlWqH1VkYIGqT8B6ibawsuXyN72Ssro9 vIHz2YL6r+o8M2vbu7F64GwpKjGa2E6FZ7sQ6RBb+x4lPszY5Svfk1y2Q2OYlfY5gdRhJ08BW1 9bc= X-IronPort-AV: E=Sophos;i="5.78,464,1599552000"; d="scan'208";a="56821516" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 31 Dec 2020 15:50:28 -0800 IronPort-SDR: nz0myFnXNXvyt9AH0BDbOZpS2E6Ov7GyT782kGF4HRfS7CUAGzWKistK1DoRyGdZeUI16MDguq V0iic9e3lF2jA83a/T6eNUfbGdGE6VqQbsID28Zweb8uHrF/uuiwaZaxdoiH9clC5NBWiQ7kxy 44UF7SDS3cLLtjAG77i91FkXalgVMNETNyfqctWbte9CVkVumaqb5eEn5eETPkU2/MFq6G9PCZ i+jRsMfLFGsQRMF/xfx03Nzq2rc/i4eBvuPniMnt7tMcmC7BL3wxneITy2LSXdwlxzicS0xPZy Kck= Date: Thu, 31 Dec 2020 23:50:22 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: "H.J. Lu" Subject: Re: V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile In-Reply-To: <20201219181036.178248-6-hjl.tools@gmail.com> Message-ID: References: <20201219181036.178248-1-hjl.tools@gmail.com> <20201219181036.178248-6-hjl.tools@gmail.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Matthias Klose , gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Sat, 19 Dec 2020, H.J. Lu via Gcc-patches wrote: > Work around what appears to be a GNU make bug handling MAKEFLAGS > values defined in terms of make variables, as is the case for CC and > friends when we are called from the top level Makefile. This description, and the comment in Makefile.am repeating it, is rather unhelpful as it provides no way for a reader to know what the supposed bug is. Reviewers need to be able to work out whether the proposed workaround is correct or the right approach for working around the bug. Maintainers in future need to be able to tell what the bug is. So the comment needs to explain what the bug is and give a reference to a report for the bug in the GNU make bug tracker, so that subsequent maintainers can look at that bug to tell if the workaround is still needed at all. -- Joseph S. Myers joseph@codesourcery.com