From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KNEjV-0006Ft-5h for mharc-grub-devel@gnu.org; Sun, 27 Jul 2008 18:28:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNEjT-0006Ec-Bx for grub-devel@gnu.org; Sun, 27 Jul 2008 18:28:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNEjR-0006CK-IL for grub-devel@gnu.org; Sun, 27 Jul 2008 18:28:50 -0400 Received: from [199.232.76.173] (port=52817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNEjR-0006C3-1f for grub-devel@gnu.org; Sun, 27 Jul 2008 18:28:49 -0400 Received: from mailout09.t-online.de ([194.25.134.84]:34990) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNEjQ-0002HJ-HN for grub-devel@gnu.org; Sun, 27 Jul 2008 18:28:48 -0400 Received: from fwd24.aul.t-online.de by mailout09.sul.t-online.de with smtp id 1KNEjP-00069f-01; Mon, 28 Jul 2008 00:28:47 +0200 Received: from [10.3.2.2] (XGLnmuZXQh0iGYDGD3ahMdC2jpYqyOcuKAkqjm4rmTseGcT3xLc5feYYPHoqSKtQ6n@[217.235.206.212]) by fwd24.aul.t-online.de with esmtp id 1KNEjL-1v8IhU0; Mon, 28 Jul 2008 00:28:43 +0200 Message-ID: <488CF69C.8060407@t-online.de> Date: Mon, 28 Jul 2008 00:28:44 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: <414717.45608.qm@web31604.mail.mud.yahoo.com> <20080725081827.42534c83@gibibit.com> <488A1E3C.7030108@t-online.de> <1217143046.16601.43.camel@ct> In-Reply-To: <1217143046.16601.43.camel@ct> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: XGLnmuZXQh0iGYDGD3ahMdC2jpYqyOcuKAkqjm4rmTseGcT3xLc5feYYPHoqSKtQ6n X-TOI-MSGID: 2a4bb83b-c6c6-41a5-95f5-6aa23efbb9c0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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: Sun, 27 Jul 2008 22:28:51 -0000 Pavel Roskin wrote: > On Fri, 2008-07-25 at 20:41 +0200, Christian Franke wrote: > > >> I agree, the files generated by ./autogen.sh should be included in >> tarball, but not in the repo. >> Additional prerequisites (autoconf, ruby) for builds from svn are IMO OK. >> > > I agree. > > At least we should put a message into *.mk files that would make it > clear that they are generated. > > Yes. For a release tarball, It IMO also makes sense to include util/parser.tab.c. It is platform-independent and rarely changed. This would remove bison from the list of prerequisites. >> BTW: autogen.sh should "touch stamp-h.in" to be consistent with the >> Makefile rule for config.h.in. >> > > What difference would it make? > > $ patch < patch_changing_configure.ac_or_aclocal.m4 $ ./autogen.sh # runs autoheader etc. $ ./configure $ make # re-runs autoheader because stamp-h.in was not updated Christian