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: Mon, 19 Sep 2022 20:25:05 +0300 Message-ID: <83fsgnxoni.fsf@gnu.org> References: <87illl55oa.fsf@gnus.org> <875yhkew4o.fsf@igel.home> <4d68c253fc6cb7d49ceb@heytings.org> <871qs8ei03.fsf@igel.home> <4d68c253fc2407f8c89b@heytings.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21171"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, schwab@linux-m68k.org, gerd.moellmann@gmail.com, larsi@gnus.org, emacs-devel@gnu.org To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 19 19:26:12 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 1oaKX5-0005GV-Ss for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 19:26:12 +0200 Original-Received: from localhost ([::1]:43564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oaKX4-00026N-FO for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 13:26:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42390) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaKVz-0000ls-Lv for emacs-devel@gnu.org; Mon, 19 Sep 2022 13:25:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44656) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaKVy-0000sd-QU; Mon, 19 Sep 2022 13:25:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=GOMsdMdRendRhQrvP8LW4FKDDWFU5YcKHdCJzNUthZ0=; b=k0QMC2fgSbct6rhY2hLU 8Ll0KqbajtVx7KunLyb4724t3sTqjilwMLiBPm+3RIpWBKUNJ/VJQTabzK8Kghn3z1RC+ybSVKdPT mDRMO/TsRRze7Aari2BRxkrwypUVASmT50Sj71PiHRQanTpmAXE5cI1iq5+VIh4eEv6GMQbQ76EVq ylwqLsDb580xeLJBiHZ10Lwh/cMG/i4pm/CweGCoREgJ4CQhCaNwvuSFe0vYTtX0ylpBliozLo65U VvRLSF+PRUhKzDJu6BN+GsJjAHoOQOiuxf3L8halJJe3leNevyS8n0tGT/5ba8HMssXcBrzeIxCwk T/usW2oEJJbtrw==; Original-Received: from [87.69.77.57] (port=3598 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 1oaKVx-0006cT-JG; Mon, 19 Sep 2022 13:25:02 -0400 In-Reply-To: (message from chad on Mon, 19 Sep 2022 13:20:29 -0400) 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:295730 Archived-At: > From: chad > Date: Mon, 19 Sep 2022 13:20:29 -0400 > Cc: Andreas Schwab , Gerd Möllmann , > Lars Ingebrigtsen , Eli Zaretskii , > EMACS development team > > If you're already breaking it into parts: how hard would it be to have the Makefile rerun with a message and > V=1 automatically on failure (and obviously avoid make-looping)? Absolutely not! 99% the problem is crystal-clear from the error messages, and there's absolutely no reason to re-run the same command once more, and with much more voluminous output on top of that.