From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LsQ6f-0001Vs-I6 for mharc-grub-devel@gnu.org; Fri, 10 Apr 2009 19:25:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsQ6d-0001Ux-B4 for grub-devel@gnu.org; Fri, 10 Apr 2009 19:25:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsQ6Y-0001Sg-0X for grub-devel@gnu.org; Fri, 10 Apr 2009 19:25:54 -0400 Received: from [199.232.76.173] (port=45298 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsQ6X-0001SU-ON for grub-devel@gnu.org; Fri, 10 Apr 2009 19:25:49 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:16044) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsQ6X-0008Pf-5B for grub-devel@gnu.org; Fri, 10 Apr 2009 19:25:49 -0400 Received: by fg-out-1718.google.com with SMTP id l27so94479fgb.7 for ; Fri, 10 Apr 2009 16:25:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=VezGcpoqut0T2YTsxQ6Le/kQ8oFNwbbI29vvmYQBNV0=; b=qy2k2xHjUOXAV+sPHIbdk1TIxRY5NLAsqRAV/JlLZtvzq0jWxaFpNQDOZT6XcUhR3Y FnROKG1H9YWNMsQQIzqrzJW3mTipt1Bar3RQT1EakIreOj2UnnC7AxZA3JwB7jSMZL/R rB6yQAhrXIos6qij+SU0D3ex9uSZW78KIQRjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=DhNzcpti9U2cnB2/uOLCDHpdOKDiCe9QPzpMbFrNIEVkB0NS/Q6X/zR+WFUgFml03k zqU8mG5Ujqg2rsP1Gcb4ohRQz6JTU9McNhXZnKj4fRGaKQrGR1dBM32FU8A7xelhFxKu DHr5kKZqhK4UwsgKKgg8b9f2iCZqPnf1I345E= Received: by 10.86.95.20 with SMTP id s20mr2971613fgb.40.1239405948072; Fri, 10 Apr 2009 16:25:48 -0700 (PDT) Received: from ?192.168.1.25? (16-189.62-81.cust.bluewin.ch [81.62.189.16]) by mx.google.com with ESMTPS id 3sm2648984fge.14.2009.04.10.16.25.47 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Apr 2009 16:25:47 -0700 (PDT) Message-ID: <49DFD57E.9040905@gmail.com> Date: Sat, 11 Apr 2009 01:25:50 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <1232851143.23773.13.camel@localhost> In-Reply-To: <1232851143.23773.13.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] Build system improvement 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: Fri, 10 Apr 2009 23:25:55 -0000 I don't see any stoppers to merge this patch Javier Martín wrote: > This patch modifies several files in the build system (mainly common.rmk > and genmk.rb) to reduce the general verbosity of the build process to a > manageable, semi-informative level. Thus, what currently appears as > "gcc" calls, several lines long each is turned into lines like: > > [M xfs.mod] COMPILE ../src/fs/xfs.c -> > xfs_mod-fs_xfs.o > [M xfs.mod] LINK xfs_mod-fs_xfs.o -> > pre-xfs.o > [M xfs.mod] Looking for EXPORTED SYMBOL definitions: pre-xfs.o > > And so on. The change also makes warning-hunting marginally easier, > though not by much since the patch intentionally shows a line for nearly > every process that did so previously. This behavior could be simplified > further if needed - this post is more of an RFC than anything else. > Also, it is by no means thorough or complete - only the most common > processes have been addressed - as I'm a bit busy with exams. > > The patch makes the new behavior the default one, so a new make-time > option is added: V (for "verbose"), which must have the value 1 in order > to get the behavior, as in "make V=1" > > > ------------------------------------------------------------------------ > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'phcoder' Serbinenko