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
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: pgpoh9ThQROLD.pgp
Description: PGP signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to