All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Build issues with parallel make
@ 2007-07-17  9:29 Kevin Lacquement
  2007-07-20 17:21 ` Robert Millan
  0 siblings, 1 reply; 7+ messages in thread
From: Kevin Lacquement @ 2007-07-17  9:29 UTC (permalink / raw)
  To: Grub-devel


[-- Attachment #1.1: Type: text/plain, Size: 386 bytes --]

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.

Cheers,
Kevin Lacquement

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: grub-1.95-headers.patch --]
[-- Type: text/x-patch; name="grub-1.95-headers.patch", Size: 622 bytes --]

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
 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-08-29 10:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17  9:29 [PATCH] Build issues with parallel make Kevin Lacquement
2007-07-20 17:21 ` Robert Millan
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

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.