From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KRnxT-0001fS-Gt for mharc-grub-devel@gnu.org; Sat, 09 Aug 2008 08:54:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRnxR-0001ds-Ij for grub-devel@gnu.org; Sat, 09 Aug 2008 08:54:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRnxP-0001bt-B3 for grub-devel@gnu.org; Sat, 09 Aug 2008 08:54:08 -0400 Received: from [199.232.76.173] (port=51756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRnxP-0001bk-33 for grub-devel@gnu.org; Sat, 09 Aug 2008 08:54:07 -0400 Received: from mailout02.t-online.de ([194.25.134.17]:53592) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRnxP-0003zJ-2c for grub-devel@gnu.org; Sat, 09 Aug 2008 08:54:07 -0400 Received: from fwd30.aul.t-online.de by mailout02.sul.t-online.de with smtp id 1KRnxM-0001ZJ-01; Sat, 09 Aug 2008 14:54:04 +0200 Received: from [10.3.2.2] (Tbu3ssZv8hp4Gezpu2XmuYiImVS3AZB7PaP3XgYeEhBBW0eJMeCzJo6cUfBmSzcw5S@[217.235.231.145]) by fwd30.aul.t-online.de with esmtp id 1KRnx8-1qtgzg0; Sat, 9 Aug 2008 14:53:50 +0200 Message-ID: <489D935E.6020205@t-online.de> Date: Sat, 09 Aug 2008 14:53:50 +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: <489CB6F0.4090406@t-online.de> In-Reply-To: <489CB6F0.4090406@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: Tbu3ssZv8hp4Gezpu2XmuYiImVS3AZB7PaP3XgYeEhBBW0eJMeCzJo6cUfBmSzcw5S X-TOI-MSGID: 67e7331d-c7a9-4967-9330-ec53fe6bb6db X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Don't install Cygwin specific files elsewhere 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: Sat, 09 Aug 2008 12:54:09 -0000 Christian Franke wrote: > This patch prevents the install of grub.d/10_windows on other OS. > > grub-pe2elf is only installed if requested by --enable-grub-pe2elf. > Even on Cygwin, grub-pe2elf is only required during build. > > Committed.