grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub-1.97


From: Bruce Dubbs
Subject: Re: grub-1.97
Date: Wed, 28 Oct 2009 23:44:04 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11

address@hidden wrote:
On Wed, Oct 28, 2009 at 11:02 AM, Bruce Dubbs <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]