From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DCjtH-0001Gf-Gt for mharc-grub-devel@gnu.org; Sat, 19 Mar 2005 14:45:45 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DCjtB-0001Ds-Qn for grub-devel@gnu.org; Sat, 19 Mar 2005 14:45:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DCjt5-0001BA-Vx for grub-devel@gnu.org; Sat, 19 Mar 2005 14:45:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCjt5-0001Ac-Kv for grub-devel@gnu.org; Sat, 19 Mar 2005 14:45:31 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DCjZk-0004uk-IH for grub-devel@gnu.org; Sat, 19 Mar 2005 14:25:32 -0500 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 3DE94A051 for ; Sat, 19 Mar 2005 20:25:31 +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 23719-10 for ; Sat, 19 Mar 2005 20:25:29 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 5308AA049 for ; Sat, 19 Mar 2005 20:25:29 +0100 (CET) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 1065CC046 for ; Sat, 19 Mar 2005 20:25:29 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <200503022248.27208.okuji@enbug.org> <87mztdlv91.fsf@student.han.nl> <200503082356.17005.okuji@enbug.org> <200503191913.07406.okuji@enbug.org> From: Marco Gerards Date: Sat, 19 Mar 2005 20:25:33 +0100 In-Reply-To: <200503191913.07406.okuji@enbug.org> (Yoshinori K. Okuji's message of "Sat, 19 Mar 2005 19:13:07 +0100") Message-ID: <87u0n75tg2.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) 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: dist files 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, 19 Mar 2005 19:45:42 -0000 "Yoshinori K. Okuji" writes: > On Tuesday 08 March 2005 11:56 pm, Yoshinori K. Okuji wrote: >> 3. A file called MANIFEST is used in many projects. This is basically the >> same as our way. The file lists all files (sometimes with wildcards). > > I chose this way. There is now a file called DISTLIST in the top source > directory. This file is automatically generated by gendistlist.sh. Since it > is not easy to determine if this tool should be invoked from make, execute it > manually when you add / remove files. Sure. This sounds like a very nice solution. Thanks, Marco