From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KRZHz-0004ZH-E5 for mharc-grub-devel@gnu.org; Fri, 08 Aug 2008 17:14:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRZHy-0004ZB-8l for grub-devel@gnu.org; Fri, 08 Aug 2008 17:14:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRZHt-0004Yz-BG for grub-devel@gnu.org; Fri, 08 Aug 2008 17:14:21 -0400 Received: from [199.232.76.173] (port=50226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRZHt-0004Yw-5v for grub-devel@gnu.org; Fri, 08 Aug 2008 17:14:17 -0400 Received: from mailout06.t-online.de ([194.25.134.19]:42504) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRZHs-0003MO-96 for grub-devel@gnu.org; Fri, 08 Aug 2008 17:14:17 -0400 Received: from fwd27.aul.t-online.de by mailout06.sul.t-online.de with smtp id 1KRZHd-0000wA-00; Fri, 08 Aug 2008 23:14:01 +0200 Received: from [10.3.2.2] (SI8nS8ZeohLqvn4HL6+3Mb2UKwkN6SvtO72yTPybcwa4leGyBeKsiiTRfPbsExAQsp@[217.235.201.166]) by fwd27.aul.t-online.de with esmtp id 1KRZHT-1Ag8Rc0; Fri, 8 Aug 2008 23:13:51 +0200 Message-ID: <489CB710.6020902@t-online.de> Date: Fri, 08 Aug 2008 23:13:52 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GRUB 2 References: <20080808110942.GA14136@thorin> <489C431F.3020809@t-online.de> <1218202654.4203.7.camel@fz.local> In-Reply-To: <1218202654.4203.7.camel@fz.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: SI8nS8ZeohLqvn4HL6+3Mb2UKwkN6SvtO72yTPybcwa4leGyBeKsiiTRfPbsExAQsp X-TOI-MSGID: 9c715055-1056-4b26-adfa-0d2c98039dbb X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: bug: cygwin support breaks cross compiles on cygwin 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, 08 Aug 2008 21:14:22 -0000 Felix Zielcke wrote: > Hello, > > Am Freitag, den 08.08.2008, 14:59 +0200 schrieb Christian Franke: > >> No, grub-pe2elf is build and installed even if is not necessary for the >> build process. This should be no problem. >> >> > > Well it's the same as with that --enable-debug thingy ;) > > In our Debian trunk SVN I already commited a change to remove > grub.d/10_windows because Debian/Ubuntu users just don't have a need for > this. > It would be better if Robert and me don't need to do such changes. > We could just remove grub-pe2elf, too. > But why should it be build for everybody if only Cygwin users have a use > for it? > Then clearly the whole build process needs a change so that grub-pe2elf > is only build on Cygwin. > I agree. I posted a patch which handles both grub.d/10_windows and grub-pe2elf. Christian