From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1ER71c-0006Er-Lp for mharc-grub-devel@gnu.org; Sun, 16 Oct 2005 07:50:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ER71a-0006E3-Nz for grub-devel@gnu.org; Sun, 16 Oct 2005 07:49:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ER71X-0006CA-0L for grub-devel@gnu.org; Sun, 16 Oct 2005 07:49:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ER71W-0006C2-Qq for grub-devel@gnu.org; Sun, 16 Oct 2005 07:49:54 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ER71W-0002Fs-Cp for grub-devel@gnu.org; Sun, 16 Oct 2005 07:49:54 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id AAAD889DF for ; Sun, 16 Oct 2005 13:49:51 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 24312-02 for ; Sun, 16 Oct 2005 13:49:50 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 8089089FE for ; Sun, 16 Oct 2005 13:49:50 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 3833BC04F for ; Sun, 16 Oct 2005 13:49:50 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <200510152015.33096.okuji@enbug.org> From: Marco Gerards Date: Sun, 16 Oct 2005 13:49:59 +0200 In-Reply-To: (Cyril Plisko's message of "Sun, 16 Oct 2005 00:57:01 +0200") Message-ID: <873bn1heag.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: [SFS breaks PPC build] Re: GRUB 1.91 is released 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: Sun, 16 Oct 2005 11:49:59 -0000 Cyril Plisko writes: > apparently sfs addition breaks PPC build. The attached patch fixed it for me, > but I am not sure I didn't miss something important. Right. I committed a patch that changed powerpc-ieee1275.rmk, but it seems that powerpc-ieee1275.mk was not regenerated. If you had ruby installed that would've happened automatically. I just committed the regenerated powerpc-ieee1275.mk to CVS. Thanks, Marco