From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KQOsw-00074e-Tz for mharc-grub-devel@gnu.org; Tue, 05 Aug 2008 11:55:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQOsv-00071p-Ko for grub-devel@gnu.org; Tue, 05 Aug 2008 11:55:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQOsr-0006sM-I8 for grub-devel@gnu.org; Tue, 05 Aug 2008 11:55:41 -0400 Received: from [199.232.76.173] (port=36767 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQOsr-0006rv-9a for grub-devel@gnu.org; Tue, 05 Aug 2008 11:55:37 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:56706) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQOsq-00053w-Ma for grub-devel@gnu.org; Tue, 05 Aug 2008 11:55:37 -0400 Received: from [85.180.54.43] (e180054043.adsl.alicedsl.de [85.180.54.43]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1KQOsp2CuN-0001sW; Tue, 05 Aug 2008 17:55:35 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <87sktjcvit.fsf@xs4all.nl> References: <414717.45608.qm@web31604.mail.mud.yahoo.com> <20080725081827.42534c83@gibibit.com> <87ljzbg2yb.fsf@xs4all.nl> <48987410.3030005@nic.fi> <87sktjcvit.fsf@xs4all.nl> Content-Type: text/plain Date: Tue, 05 Aug 2008 17:55:43 +0200 Message-Id: <1217951743.23608.6.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18RdcL51hmgvCSfZR3eq/saVSWlFppI9MTbqvT tVkcBNYx2ZQB5sx+v3W5zIlZdvmYwtF727fDLyUPJ5gcfDUJ+h GmQenrVSGFuNbW6k+ciEEMkFQaKxwN8 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: Remove conf/*.mk from svn 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: Tue, 05 Aug 2008 15:55:41 -0000 Am Dienstag, den 05.08.2008, 17:48 +0200 schrieb Marco Gerards: > > Actually, since ruby is required to generate these files, I guess we > can better keep the .mk files. > Just a little note from me: The Debian package build depends already on ruby so this won't be a problem for all Debian guys and especially not for Robert or me. On Debian/Ubuntu you can just use 'apt-get build-dep grub2' and it installs every package for you which you need to build grub2 so ruby will be always needed/installed for the Debian package. But well Debian isn't the only distribution and I don't know how others deal with grub2 :)