From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IDnAw-0006hv-Mo for mharc-grub-devel@gnu.org; Wed, 25 Jul 2007 16:09:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDnAv-0006hi-IN for grub-devel@gnu.org; Wed, 25 Jul 2007 16:09:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDnAu-0006hW-5B for grub-devel@gnu.org; Wed, 25 Jul 2007 16:09:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDnAt-0006hT-Vp for grub-devel@gnu.org; Wed, 25 Jul 2007 16:09:36 -0400 Received: from pne-smtpout3-sn2.hy.skanova.net ([81.228.8.111]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IDnAt-000711-LG for grub-devel@gnu.org; Wed, 25 Jul 2007 16:09:35 -0400 Received: from [127.0.0.1] (88.193.32.97) by pne-smtpout3-sn2.hy.skanova.net (7.2.075) id 469383A100073955 for grub-devel@gnu.org; Wed, 25 Jul 2007 22:09:31 +0200 Message-ID: <46A7ADFF.6040300@nic.fi> Date: Wed, 25 Jul 2007 23:09:35 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: The development of GRUB 2 References: <9f50a7a00707251253n41e657ffw6df365636bc4fcf9@mail.gmail.com> In-Reply-To: <9f50a7a00707251253n41e657ffw6df365636bc4fcf9@mail.gmail.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: Solaris 8 (1) Subject: Re: Grub2 does not compile anymore 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: Wed, 25 Jul 2007 20:09:37 -0000 Jerone Young wrote: > Just pulled fresh CVS and things do work. What needs to happen is that > need to check in new .mk files. I'll generate new .mk files form the > new .rmk files and all will be well. > > Normally when building grub I do: > ./autogen <-- to generate the .mk files > ./configure > make We have commonly done to regenerate .mk files and then silently commit with .rmk files. Idea behind this has been that it is usable for developers without Ruby.