All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] startup.S does not find includes
@ 2007-10-21 16:56 Christian Franke
  2007-10-21 19:19 ` Robert Millan
  0 siblings, 1 reply; 7+ messages in thread
From: Christian Franke @ 2007-10-21 16:56 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Hi,

some recent checkin appearently introduces the following regression:

Compilation fails if configure'd outside of $(srcdir).
#include "kern/i386/realmode.S" and "kern/i386/loader.S" fail in startup.S.

Patch is attached.

Christian


[-- Attachment #2: grub2-Makefile.in.patch --]
[-- Type: text/x-patch, Size: 497 bytes --]

--- grub2.orig/Makefile.in	2007-06-11 08:26:17.000000000 +0200
+++ grub2/Makefile.in	2007-10-21 18:43:11.421875000 +0200
@@ -64,7 +64,7 @@ CPPFLAGS = @CPPFLAGS@ -I. -Iinclude -I$(
 	 -DGRUB_LIBDIR=\"$(pkglibdir)\"
 TARGET_CC = @TARGET_CC@
 TARGET_CFLAGS = @TARGET_CFLAGS@
-TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -I. -Iinclude -I$(srcdir)/include \
+TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -I. -Iinclude -I$(srcdir) -I$(srcdir)/include \
 	-Wall -W
 TARGET_LDFLAGS = @TARGET_LDFLAGS@
 OBJCOPY = @OBJCOPY@

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

end of thread, other threads:[~2007-10-22 20:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-21 16:56 [PATCH] startup.S does not find includes Christian Franke
2007-10-21 19:19 ` Robert Millan
2007-10-21 19:33   ` Christian Franke
2007-10-22 13:31     ` walt
2007-10-22 15:22       ` Robert Millan
2007-10-22 16:05         ` walt
2007-10-22 20:15     ` 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.