From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D19Lg-0003IM-Uv for mharc-grub-devel@gnu.org; Tue, 15 Feb 2005 15:31:09 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D19Ld-0003HI-PI for grub-devel@gnu.org; Tue, 15 Feb 2005 15:31:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D19La-0003Fj-LH for grub-devel@gnu.org; Tue, 15 Feb 2005 15:31:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D19La-0003FP-Dx for grub-devel@gnu.org; Tue, 15 Feb 2005 15:31:02 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D197b-0007cL-5U for grub-devel@gnu.org; Tue, 15 Feb 2005 15:16:35 -0500 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id E829190A9 for ; Tue, 15 Feb 2005 21:12:49 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 24292-09 for ; Tue, 15 Feb 2005 21:12:48 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 7BF0D90BA for ; Tue, 15 Feb 2005 21:12:48 +0100 (CET) Received: from marco.marco-g.com (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 3C95AC045 for ; Tue, 15 Feb 2005 21:12:48 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <200502150120.46030.okuji@enbug.org> From: Marco Gerards Date: Tue, 15 Feb 2005 20:13:04 +0000 In-Reply-To: <200502150120.46030.okuji@enbug.org> (Yoshinori K. Okuji's message of "Tue, 15 Feb 2005 01:20:45 +0100") Message-ID: <87oeely433.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: files in rmk 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, 15 Feb 2005 20:31:07 -0000 "Yoshinori K. Okuji" writes: > When you add new files into a variable in rmk files, please keep the > filenames sorted alphabetically. Otherwise it is very hard to know what > are included and what are not. I fixed grub_emu_SOURCES in i386-pc.rmk > but didn't do the others, since it takes too much time to fix them > manually. I will fix them when I feel that I want to do something > boring. Nice! I will keep this in mind. Thanks, Marco