From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MM1Wf-0007Ms-FD for mharc-grub-devel@gnu.org; Wed, 01 Jul 2009 11:15:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM1Wd-0007MD-Pc for grub-devel@gnu.org; Wed, 01 Jul 2009 11:15:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM1WY-0007KC-M4 for grub-devel@gnu.org; Wed, 01 Jul 2009 11:15:06 -0400 Received: from [199.232.76.173] (port=58328 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM1WY-0007Jf-FT for grub-devel@gnu.org; Wed, 01 Jul 2009 11:15:02 -0400 Received: from c60.cesmail.net ([216.154.195.49]:48201) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MM1WV-0004z5-9u for grub-devel@gnu.org; Wed, 01 Jul 2009 11:15:00 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 01 Jul 2009 11:14:58 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 8F33F34C6D for ; Wed, 1 Jul 2009 11:22:24 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20090629131902.GA11839@thorin> References: <20090629131902.GA11839@thorin> Content-Type: text/plain Date: Wed, 01 Jul 2009 11:14:55 -0400 Message-Id: <1246461295.15757.4.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] get rid of util/$(target_cpu)/$(platform)/misc.c 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, 01 Jul 2009 15:15:08 -0000 On Mon, 2009-06-29 at 15:19 +0200, Robert Millan wrote: > This patch gets rid of util/$(target_cpu)/$(platform)/misc.c by integrating > them into util/misc.c. > > It paves the way for unification of grub-emu. The patch breaks compilation of any utilities other than grub-emu due to undefined main_env :-( -- Regards, Pavel Roskin