From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KNbRT-0003A7-0C for mharc-grub-devel@gnu.org; Mon, 28 Jul 2008 18:43:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNbRR-00039V-Ne for grub-devel@gnu.org; Mon, 28 Jul 2008 18:43:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNbRP-00038S-RV for grub-devel@gnu.org; Mon, 28 Jul 2008 18:43:45 -0400 Received: from [199.232.76.173] (port=41331 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNbRP-00038M-MJ for grub-devel@gnu.org; Mon, 28 Jul 2008 18:43:43 -0400 Received: from c60.cesmail.net ([216.154.195.49]:21002) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KNbRP-0000yq-53 for grub-devel@gnu.org; Mon, 28 Jul 2008 18:43:43 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 28 Jul 2008 18:43:41 -0400 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id 592B5618F22 for ; Mon, 28 Jul 2008 18:43:41 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <488CF69C.8060407@t-online.de> References: <414717.45608.qm@web31604.mail.mud.yahoo.com> <20080725081827.42534c83@gibibit.com> <488A1E3C.7030108@t-online.de> <1217143046.16601.43.camel@ct> <488CF69C.8060407@t-online.de> Content-Type: text/plain Date: Mon, 28 Jul 2008 18:43:40 -0400 Message-Id: <1217285020.32395.41.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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: Mon, 28 Jul 2008 22:43:46 -0000 On Mon, 2008-07-28 at 00:28 +0200, Christian Franke wrote: > Pavel Roskin wrote: > > At least we should put a message into *.mk files that would make it > > clear that they are generated. > > > > > > Yes. Done. > 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. It seems to me that gendistlist.sh should be rewritten from scratch. It's completely outdated. It should sort its output in C locale for consistency. It should be smart enough not to pick *.sh files for which *.sh.in exists. It should include documentation and all C files barred known exceptions (symlist.c, grub_*_init.c, mod-*.c) Once gendistlist.sh is good enough to allow "make distcheck" to pass, then we can do little adjustments and decide what should or should not be in the distribution. > >> 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 Thanks. Fixed. -- Regards, Pavel Roskin