From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N3Mrz-0004dg-Ql for mharc-grub-devel@gnu.org; Thu, 29 Oct 2009 00:44:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3Mrx-0004d3-S4 for grub-devel@gnu.org; Thu, 29 Oct 2009 00:44:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3Mrs-0004bS-VG for grub-devel@gnu.org; Thu, 29 Oct 2009 00:44:17 -0400 Received: from [199.232.76.173] (port=37277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3Mrs-0004bP-R7 for grub-devel@gnu.org; Thu, 29 Oct 2009 00:44:12 -0400 Received: from mail-gx0-f228.google.com ([209.85.217.228]:63739) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3Mrs-0003pD-7K for grub-devel@gnu.org; Thu, 29 Oct 2009 00:44:12 -0400 Received: by gxk28 with SMTP id 28so1444928gxk.9 for ; Wed, 28 Oct 2009 21:44:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=h8uVSPGMczKXBAHbVX/vwkhpIbWBUb5EubNBOXluqq8=; b=jCVrLHBCu1mY2Q5DINLkaR/tZ/nioAnjtqb9QRYPrJKE1GxziJjl+ox0mQHL5/R0uY hmND7pF2Il6TM920+Jr1nlQpYrEO2qPOz4FSSrtoY821dRiUtuf5QN8kaGKFBqgNu8TD 3wp4zijLylDPYascGJt/3/lzYKm3DxVmG05j0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=tx2so8uRwyLPsGvqnf3HOWe96C1fGtjG936+exx8P7DrLclKhWC2UI4IvpTrI0fXsr nMjmDTwG0zrqCmVv3zzK7kF8by62n+u3jO1wYwfgppuj4i4xuRnad9U1Qnn5vmE/uf1E c+DnF78Z5QU5Pn5Fdk76vPfczrGmLc2kNbo88= Received: by 10.90.37.8 with SMTP id k8mr2445683agk.19.1256791446479; Wed, 28 Oct 2009 21:44:06 -0700 (PDT) Received: from ?192.168.0.75? (cpe-66-69-97-231.satx.res.rr.com [66.69.97.231]) by mx.google.com with ESMTPS id 7sm746468yxd.44.2009.10.28.21.44.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Oct 2009 21:44:05 -0700 (PDT) Message-ID: <4AE91D94.8070600@gmail.com> Date: Wed, 28 Oct 2009 23:44:04 -0500 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GRUB 2 References: <4AE7A573.4030002@gmail.com> <4AE86AF8.1060000@gmail.com> <2e59e6970910282050q1c32db0fwea76d447cfe610d6@mail.gmail.com> In-Reply-To: <2e59e6970910282050q1c32db0fwea76d447cfe610d6@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: grub-1.97 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: Thu, 29 Oct 2009 04:44:18 -0000 richardvoigt@gmail.com wrote: > On Wed, Oct 28, 2009 at 11:02 AM, Bruce Dubbs wrote: >> Michal Suchanek wrote: >>> I guess it's meant to be used like this: >>> >>> tar -jxvf grub-version.tar.bz2 >>> cd grub-version >>> mkdir build >>> cd build >>> ../configure./configure --prefix=/usr \ >> --sysconfdir=/etc \ >> --disable-largefile \ >> --disable-grub-emu \ >> --disable-grub-emu-usb \ >> --disable-grub-fstest \ >> --disable-efiemu --prefix=/some_prefix --options >>> make >>> make install >> Yes, that is exactly what we are doing. Right now the configure line is > > Not "exactly", and the difference is important.Michal suggested > running "../configure" with a double-dot meaning parent directory. > Your line has only a single dot, meaning current directory. As a > result your files are all mixed together instead of separated as > intended. > >> ./configure --prefix=/usr \ >> --sysconfdir=/etc \ >> --disable-largefile \ >> --disable-grub-emu \ >> --disable-grub-emu-usb \ >> --disable-grub-fstest \ >> --disable-efiemu Ah yes. Thank you Richard. Either systems works, but using a separate build directory keeps all the 2400 generated files out of the main directory. I'll change to that in LFS. -- Bruce