From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JlqhJ-0005LN-7H for mharc-grub-devel@gnu.org; Tue, 15 Apr 2008 15:20:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JlqhH-0005L0-9W for grub-devel@gnu.org; Tue, 15 Apr 2008 15:20:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlqhF-0005Kk-Vv for grub-devel@gnu.org; Tue, 15 Apr 2008 15:20:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlqhF-0005Kh-TI for grub-devel@gnu.org; Tue, 15 Apr 2008 15:20:01 -0400 Received: from c60.cesmail.net ([216.154.195.49]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JlqhF-0003Yt-MJ for grub-devel@gnu.org; Tue, 15 Apr 2008 15:20:01 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 15 Apr 2008 15:20:00 -0400 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id 9D03461905A for ; Tue, 15 Apr 2008 15:20:00 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <1208211148.3971.38.camel@localhost.localdomain> References: <1208211148.3971.38.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 15 Apr 2008 15:19:59 -0400 Message-Id: <1208287199.23118.18.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Fix file name transformations (mostly) 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 Apr 2008 19:20:03 -0000 On Tue, 2008-04-15 at 00:12 +0200, Lubomir Kundrak wrote: > Hi, > > Attaching the patch that fixes ./configure's --program-transform-name > option. Tested with --program-transform-name=s,grub,grub2, quite > extensively. Only one more modification is needed to completely support > this -- define DEFAULT_DIRECTORY with -D option of the preprocessor > instead of hardcoding in include/grub/util/misc.h. Should be fairly > trivial though. I would prefer if we don't rush with "program-transform-name" at the expense of readability, but rather make other simplifications what would have a similar effect. I think ${libdir}/grub should be given a name (e.g. grublibdir) in configure.ac and substituted in the scripts. As for /boot/grub, we are not installing anything there on "make install". I don't think it should be transformed. But we could accept a configuration option to change that directory. -- Regards, Pavel Roskin