From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FYpjX-00070S-8K for mharc-grub-devel@gnu.org; Wed, 26 Apr 2006 15:31:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYpjW-00070F-Bt for grub-devel@gnu.org; Wed, 26 Apr 2006 15:31:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYpjV-0006zW-CD for grub-devel@gnu.org; Wed, 26 Apr 2006 15:31:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYpjV-0006zS-5g for grub-devel@gnu.org; Wed, 26 Apr 2006 15:31:29 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYpmF-0004Sw-Ky for grub-devel@gnu.org; Wed, 26 Apr 2006 15:34:19 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id A0EEC3C822E94 for ; Wed, 26 Apr 2006 22:50:55 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 4268F3C822E93 for ; Wed, 26 Apr 2006 22:50:55 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 26 Apr 2006 21:31:28 +0200 User-Agent: KMail/1.8.2 References: <2b1a8b979a9e3455b8ff38c6fe24d2de@penguinppc.org> <200604261047.21806.okuji@gnu.org> In-Reply-To: <200604261047.21806.okuji@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604262131.28582.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.424043, version=0.17.2 Subject: Re: --enable-mm-debug breakage 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, 26 Apr 2006 19:31:30 -0000 On Wednesday 26 April 2006 10:47, Yoshinori K. Okuji wrote: > No, this problem happens only because grubof_symlist.c is not regenerated > when you rerun configure. That is, this is a dependency problem in the > Makefile. Nope. I'm wrong. The problem is that the cpp conditionals are not evaluated when getting exported symbols. I will fix this. Okuji