From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KacIL-0001nX-EE for mharc-grub-devel@gnu.org; Tue, 02 Sep 2008 16:16:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KacIJ-0001mn-TH for grub-devel@gnu.org; Tue, 02 Sep 2008 16:16:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KacII-0001m8-Kv for grub-devel@gnu.org; Tue, 02 Sep 2008 16:16:07 -0400 Received: from [199.232.76.173] (port=39433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KacII-0001lu-BX for grub-devel@gnu.org; Tue, 02 Sep 2008 16:16:06 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:54343 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KabnH-0003fp-AC for grub-devel@gnu.org; Tue, 02 Sep 2008 15:44:03 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi1.inet.fi (8.5.014) id 48B55E9A0050D891 for grub-devel@gnu.org; Tue, 2 Sep 2008 22:43:53 +0300 Message-ID: <48BD977A.5090305@nic.fi> Date: Tue, 02 Sep 2008 22:43:54 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <1220373834.6359.42.camel@fz.local> <1220375405.6359.45.camel@fz.local> <20080902192740.GD9070@thorin> In-Reply-To: <20080902192740.GD9070@thorin> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [RFC] make output of compiling a bit less verbose to make warnings more visible X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 20:16:08 -0000 Robert Millan wrote: > On Tue, Sep 02, 2008 at 07:10:05PM +0200, Felix Zielcke wrote: >> Am Dienstag, den 02.09.2008, 18:43 +0200 schrieb Felix Zielcke: >>> Hello, >>> >>> I think it would be good if the output from compiling wouldn't be that >>> verbose. >> Urm thanks again to Vesa who remembered that Colin brought that topic >> originally up here. >> >> http://lists.gnu.org/archive/html/grub-devel/2008-06/msg00248.html >> >> I really would love to have this somehow commited :) > > I don't remember that discussion well; ISTR I complained. Maybe that > stopped it? Anyway, as long as it's user-selectable it's not a problem > for me. Maybe I even end up using it ;-) I think the strength was that you could provide V=99 (or something like that to give previous behavior ("debug feature"). So basically that is completed. Only thing perhaps would need attention is to show that now we compile for HOST CC and now for TARGET CC or so.