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: Some error info from configure.bat please Date: Sat, 02 Jul 2005 19:36:52 +0200 Message-ID: References: <42C65F1B.1030706@student.lu.se> <42C6894C.5080702@student.lu.se> <42C6BA4E.6050700@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120323795 8515 80.91.229.2 (2 Jul 2005 17:03:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2005 17:03:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 02 19:03:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DolOT-0008Ec-I1 for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2005 19:03:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DolPa-0002w1-Jl for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2005 13:04:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DolKG-0000Ez-7D for emacs-devel@gnu.org; Sat, 02 Jul 2005 12:58:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DolKC-0000Dl-UA for emacs-devel@gnu.org; Sat, 02 Jul 2005 12:58:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DolKC-0008PF-0j for emacs-devel@gnu.org; Sat, 02 Jul 2005 12:58:40 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dol4Z-0002s5-7E for emacs-devel@gnu.org; Sat, 02 Jul 2005 12:42:31 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-143-111.inter.net.il [80.230.143.111]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BSS04195 (AUTH halo1); Sat, 2 Jul 2005 19:36:55 +0300 (IDT) Original-To: Lennart Borgman In-reply-to: <42C6BA4E.6050700@student.lu.se> (message from Lennart Borgman on Sat, 02 Jul 2005 18:01:18 +0200) 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:40133 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40133 > Date: Sat, 02 Jul 2005 18:01:18 +0200 > From: Lennart Borgman > CC: emacs-devel@gnu.org > > >If that output is not enough, we could add some more text to what is > >written to config.log, and you could then look for it with findstr or > >some such. For example, if all you care for is whether configure.bat > >succeeded, we could have configure.bat echo something like "configure > >FAILED" to the end of config.log. > > > Would be fine. Okay, I will add that soon. > BTW, is "make info" necessary any more after "make" or "make bootstrap"? It still is. That's a nuisance, IMHO, and removing the need for a separate command is on my list of things to do. Jason, do you know of any reason why "make info" is not run automatically by "make" on Windows?