From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lpoot-0002rN-GA for mharc-grub-devel@gnu.org; Fri, 03 Apr 2009 15:12:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lpoos-0002rI-CN for grub-devel@gnu.org; Fri, 03 Apr 2009 15:12:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lpoor-0002r3-Oc for grub-devel@gnu.org; Fri, 03 Apr 2009 15:12:49 -0400 Received: from [199.232.76.173] (port=58701 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lpoor-0002r0-Jc for grub-devel@gnu.org; Fri, 03 Apr 2009 15:12:49 -0400 Received: from mail.nexedi.com ([91.121.25.85]:47668 helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lpoor-0002zI-95 for grub-devel@gnu.org; Fri, 03 Apr 2009 15:12:49 -0400 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id B157D3D9EF for ; Fri, 3 Apr 2009 21:12:46 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 4 Apr 2009 04:12:42 +0900 User-Agent: KMail/1.9.10 References: <49D52767.4050603@earthlink.net> <200904040344.52848.okuji@enbug.org> <49D65D3A.6040805@earthlink.net> In-Reply-To: <49D65D3A.6040805@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904040412.43072.okuji@enbug.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Grub2 svn2059 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, 03 Apr 2009 19:12:50 -0000 On Saturday 04 April 2009 04:02:18 BandiPat wrote: > Yoshinori K. Okuji wrote: > > On Friday 03 April 2009 14:17:04 step21 wrote: > >> Hey, just a wild guess, but I think boot.mod got dropped and the boot > >> command is now included in minicmd.mod > > > > Yes, it seems so. And, it is a mistake that boot and some other commands > > are not built into the kernel. We must reduce modules, and let them back > > to the kernel. > > > > Regards, > > Okuji > > ----------- > In the meantime, how do we get the new svn to work then? Is there some > trick or something in the compile we need to do? Presently I'm using > svn2031 successfully. I guess you just have some outdated files. As "make" depends on timestamps, checking out from any kind of version control system can confuse "make". Try "make clean all". Regards, Okuji