From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GCy3P-0002t9-SK for mharc-grub-devel@gnu.org; Tue, 15 Aug 2006 08:29:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GCy3O-0002r5-09 for grub-devel@gnu.org; Tue, 15 Aug 2006 08:29:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GCy3J-0002l0-11 for grub-devel@gnu.org; Tue, 15 Aug 2006 08:29:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCy3I-0002kf-Pi for grub-devel@gnu.org; Tue, 15 Aug 2006 08:29:48 -0400 Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GCy9K-00089g-Gg for grub-devel@gnu.org; Tue, 15 Aug 2006 08:36:02 -0400 Received: from localhost.localdomain ([213.113.223.229] [213.113.223.229]) by mxfep02.bredband.com with ESMTP id <20060815122947.IOIW11843.mxfep02.bredband.com@localhost.localdomain> for ; Tue, 15 Aug 2006 14:29:47 +0200 From: Johan Rydberg To: The development of GRUB 2 References: <87mzaahr96.fsf@night.trouble.net> <200608151420.04338.okuji@enbug.org> Date: Tue, 15 Aug 2006 14:45:45 +0200 In-Reply-To: <200608151420.04338.okuji@enbug.org> (Yoshinori K. Okuji's message of "Tue, 15 Aug 2006 14:20:03 +0200") Message-ID: <87hd0egoau.fsf@night.trouble.net> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [PATCH] Let GCC generate deps with -MD. 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, 15 Aug 2006 12:29:54 -0000 "Yoshinori K. Okuji" writes: > On Saturday 12 August 2006 18:07, Johan Rydberg wrote: >> Instead of generating the dependencies separately it can be done the >> first time a file is compiled, with the -MD option to GCC. > > That sounds good to me. Committed, with the *.mk files regenerated. Thanks, Johan.