From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs bootstrap: 'ignored' errors [trunk] Date: Sun, 10 Oct 2010 00:21:16 +0200 Message-ID: <83fwwfm2hv.fsf@gnu.org> References: <4CAC9293.7000709@alice.it> <4CAF6DA9.20006@alice.it> <4CB0D783.70209@alice.it> <83hbgvm3uq.fsf@gnu.org> <4CB0E780.8070706@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286662891 10464 80.91.229.12 (9 Oct 2010 22:21:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2010 22:21:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 10 00:21:30 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P4hnF-0003Eb-KA for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2010 00:21:29 +0200 Original-Received: from localhost ([127.0.0.1]:42561 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4hnE-0006ms-UY for ged-emacs-devel@m.gmane.org; Sat, 09 Oct 2010 18:21:28 -0400 Original-Received: from [140.186.70.92] (port=59871 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4hn7-0006lt-I2 for emacs-devel@gnu.org; Sat, 09 Oct 2010 18:21:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4hn5-0001JG-TC for emacs-devel@gnu.org; Sat, 09 Oct 2010 18:21:21 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:39752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4hn5-0001J4-LK; Sat, 09 Oct 2010 18:21:19 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LA100600N91AY00@a-mtaout20.012.net.il>; Sun, 10 Oct 2010 00:21:17 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.134.44]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LA1005G9NFDKIE0@a-mtaout20.012.net.il>; Sun, 10 Oct 2010 00:21:17 +0200 (IST) In-reply-to: <4CB0E780.8070706@alice.it> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131545 Archived-At: > Date: Sun, 10 Oct 2010 00:06:56 +0200 > From: Angelo Graziosi > CC: rgm@gnu.org, emacs-devel@gnu.org > > Il 09/10/2010 23.51, Eli Zaretskii ha scritto: > >> Date: Sat, 09 Oct 2010 22:58:43 +0200 > >> From: Angelo Graziosi > >> Cc: Emacs > >> > >> Il 09/10/2010 20.10, Glenn Morris ha scritto: > >>> Angelo Graziosi wrote: > >>> > >>>> have you some comments? > >>> > >>> My comment on ignored make errors is that they should be ignored. > >> > >> No, as you have seen, 'errors' should never been ignored... > > > > ??? Commands that begin with a "-" in the Makefile are written that > > way to ignore errors if they happen. > > The errors 'ignored'[1] were related to fatal errors which broke the > bootstrap (out of tree) in rev.101874 [2]. Errors that should be ignored by Make can never break any build.