From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: src/Makefile unhelpful Date: Sun, 11 Sep 2022 15:07:17 +0300 Message-ID: <831qsi9ksq.fsf@gnu.org> References: <83bkrrj48w.fsf@gnu.org> <81B26ACA-E8C3-4FAC-9BB5-A6B40C3B4A55@gentoo.org> <83fsgya2yx.fsf@gnu.org> <875yhui674.fsf@gnus.org> <8735cy5dg9.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37992"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, rms@gnu.org, sam@gentoo.org, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 11 14:09:02 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oXLlm-0009jx-IV for ged-emacs-devel@m.gmane-mx.org; Sun, 11 Sep 2022 14:09:02 +0200 Original-Received: from localhost ([::1]:53572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oXLlk-0005PJ-Sk for ged-emacs-devel@m.gmane-mx.org; Sun, 11 Sep 2022 08:09:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40664) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXLkO-0004aj-Uh for emacs-devel@gnu.org; Sun, 11 Sep 2022 08:07:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44830) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXLkO-0008WL-BR; Sun, 11 Sep 2022 08:07:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=GWkp/x7TbHzbjlpllh8hBefPkw/10v23IAzka9qnq0M=; b=fhUHF/ShPYzn Pt0zvuKqT83jLaECg73ooA4aa+V7Jx5MyozZiqSokC10E7ns25Bp5j1E69ymZqTEZ+ENMdMNMNhWt 5mOpiLDjH/z745OwiHv4/jxnAQAdS/egsNAfG2Z23uLppCPtj6cZx5/1G4+wDOE26Nkv374Z3/xnQ 3lGzFdeSD6LO0KhAQh9Mk81Or/ExxVBHODWMFpdt7mO6WlZ/CI+MXdDJDhZ+04u8IwY2LgAbUT/tT 38RreLqvWxlxRpEJxNg/11DKwnTsniEOpPKBJ922HQ8ih7+fxsOGVjApoyGxlrodMGj+wDrWqqMCr cjMU947kg0iMu5iLuNv2ag==; Original-Received: from [87.69.77.57] (port=1348 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXLkN-0005WO-D6; Sun, 11 Sep 2022 08:07:35 -0400 In-Reply-To: <8735cy5dg9.fsf@yahoo.com> (message from Po Lu on Sun, 11 Sep 2022 19:59:34 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:295175 Archived-At: > From: Po Lu > Cc: Eli Zaretskii , rms@gnu.org, sam@gentoo.org, > emacs-devel@gnu.org > Date: Sun, 11 Sep 2022 19:59:34 +0800 > > Lars Ingebrigtsen writes: > > > I think just putting that in a comment at the top of the Makefile should > > be sufficient. > > Or maybe in etc/DEBUG, which is where instructions for debugging Emacs > and its build process are placed. Maybe _also_ there. But if it's _only_ there, I doubt that people who don't know about V=1 will think of looking there.