From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: grub-1.97
Date: Wed, 28 Oct 2009 23:44:04 -0500 [thread overview]
Message-ID: <4AE91D94.8070600@gmail.com> (raw)
In-Reply-To: <2e59e6970910282050q1c32db0fwea76d447cfe610d6@mail.gmail.com>
richardvoigt@gmail.com wrote:
> On Wed, Oct 28, 2009 at 11:02 AM, Bruce Dubbs <bruce.dubbs@gmail.com> 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
prev parent reply other threads:[~2009-10-29 4:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-28 1:59 grub-1.97 Bruce Dubbs
2009-10-28 9:21 ` grub-1.97 Colin Watson
2009-10-28 15:40 ` grub-1.97 Bruce Dubbs
2009-10-28 11:34 ` grub-1.97 Michal Suchanek
2009-10-28 16:02 ` grub-1.97 Bruce Dubbs
2009-10-28 16:39 ` grub-1.97 Felix Zielcke
2009-10-28 17:23 ` grub-1.97 Felix Zielcke
2009-10-28 17:41 ` grub-1.97 Bruce Dubbs
2009-10-29 3:50 ` grub-1.97 richardvoigt
2009-10-29 4:44 ` Bruce Dubbs [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AE91D94.8070600@gmail.com \
--to=bruce.dubbs@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.