From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HS9Vi-0007c8-8e for mharc-grub-devel@gnu.org; Fri, 16 Mar 2007 06:18:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HS9Vg-0007bo-5i for grub-devel@gnu.org; Fri, 16 Mar 2007 06:18:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HS9Ve-0007bR-JZ for grub-devel@gnu.org; Fri, 16 Mar 2007 06:18:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HS9Ve-0007bO-DX for grub-devel@gnu.org; Fri, 16 Mar 2007 05:18:06 -0500 Received: from smtp-vbr6.xs4all.nl ([194.109.24.26]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HS9UW-0007Fn-21 for grub-devel@gnu.org; Fri, 16 Mar 2007 06:16:56 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id l2GAGp8u064227 for ; Fri, 16 Mar 2007 11:16:51 +0100 (CET) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <9f50a7a00703160002rbadfb70m55120d7602cd0c96@mail.gmail.com> Mail-Copies-To: mgerards@xs4all.nl Date: Fri, 16 Mar 2007 11:20:01 +0100 In-Reply-To: <9f50a7a00703160002rbadfb70m55120d7602cd0c96@mail.gmail.com> (Jerone Young's message of "Fri, 16 Mar 2007 02:02:14 -0500") Message-ID: <87odmto5gu.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: FreeBSD 4.6-4.9 Subject: Re: How to generate .mk files from .rmk file ? 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, 16 Mar 2007 10:18:08 -0000 "Jerone Young" writes: > Exactly how do you generate a .mk file from the .rmk files. What is > the ruby command line to do this? I always use: ruby genmk.rb conf/foo.mk But usually it happens automatically... -- Marco