From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] Build issues with parallel make
Date: Fri, 20 Jul 2007 19:21:05 +0200 [thread overview]
Message-ID: <20070720172105.GA32667@aragorn> (raw)
In-Reply-To: <20070717062925.c67ff003.kevin@lacqui.com>
On Tue, Jul 17, 2007 at 06:29:25AM -0300, Kevin Lacquement wrote:
> Greetings all,
>
> A bug was recently filed on Gentoo (https://bugs.gentoo.org/show_bug.cgi?id=185361), showing that for a parallel make headers aren't necessarily built before their object files. I didn't look much into the problem, I just made a quick band-aid patch, which only handles the reported problem but it could probably bear some looking into.
Thank you for your help, but it is a bit more complicated than that. The file
you're modifiing is dynamicaly generated with:
ruby1.8 genmk.rb < conf/i386-pc.rmk > conf/i386-pc.mk
Making this work properly might be a bit trickier. I myself don't understand
it (plus, I'm ruby illiterate), so I'm afraid I can't be of help on this.
> diff -ru grub-1.95.clean/conf/i386-pc.mk grub-1.95/conf/i386-pc.mk
> --- grub-1.95.clean/conf/i386-pc.mk 2007-07-16 11:39:47.000000000 -0300
> +++ grub-1.95/conf/i386-pc.mk 2007-07-16 11:49:25.000000000 -0300
> @@ -739,7 +739,7 @@
> $(CC) -Iutil -I$(srcdir)/util $(CPPFLAGS) $(CFLAGS) -DGRUB_UTIL=1 $(grub_emu_CFLAGS) -MD -c -o $@ $<
> -include grub_emu-util_console.d
>
> -grub_emu-util_grub_emu.o: util/grub-emu.c
> +grub_emu-util_grub_emu.o: util/grub-emu.c grub_modules_init.h
> $(CC) -Iutil -I$(srcdir)/util $(CPPFLAGS) $(CFLAGS) -DGRUB_UTIL=1 $(grub_emu_CFLAGS) -MD -c -o $@ $<
> -include grub_emu-util_grub_emu.d
--
Robert Millan
My spam trap is honeypot@aybabtu.com. Note: this address is only intended
for spam harvesters. Writing to it will get you added to my black list.
next prev parent reply other threads:[~2007-07-20 17:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-17 9:29 [PATCH] Build issues with parallel make Kevin Lacquement
2007-07-20 17:21 ` Robert Millan [this message]
2007-07-21 17:25 ` Kevin Lacquement
2007-08-26 19:36 ` Simon Peter
2007-08-28 10:06 ` Robert Millan
2007-08-28 15:54 ` Simon Peter
2007-08-29 10:41 ` Robert Millan
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=20070720172105.GA32667@aragorn \
--to=rmh@aybabtu.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.