Re: [PATCH] startup.S does not find includes

2007-10-22 Thread Robert Millan
Fixed. -- Robert Millan I know my rights; I want my phone call! What use is a phone call, if you are unable to speak? (as seen on /.) ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] startup.S does not find includes

2007-10-22 Thread walt
Robert Millan wrote: On Mon, Oct 22, 2007 at 06:31:22AM -0700, walt wrote: Christian Franke wrote: For kern/i386/pc/startup.S: #include "../realmode.S" // include pc-independent i386 realmode code Should work without any -I option. I considered that, but wouldn't it break compilation whe

Re: [PATCH] startup.S does not find includes

2007-10-22 Thread Robert Millan
On Mon, Oct 22, 2007 at 06:31:22AM -0700, walt wrote: > Christian Franke wrote: > >Robert Millan wrote: > >>On Sun, Oct 21, 2007 at 06:56:21PM +0200, Christian Franke wrote: > >>>Hi, > >>> > >>>some recent checkin appearently introduces the following regression: > >>> > >>>Compilation fails if conf

Re: [PATCH] startup.S does not find includes

2007-10-22 Thread walt
Christian Franke wrote: Robert Millan wrote: On Sun, Oct 21, 2007 at 06:56:21PM +0200, Christian Franke wrote: 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.

Re: [PATCH] startup.S does not find includes

2007-10-21 Thread Christian Franke
Robert Millan wrote: On Sun, Oct 21, 2007 at 06:56:21PM +0200, Christian Franke wrote: 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.

Re: [PATCH] startup.S does not find includes

2007-10-21 Thread Robert Millan
On Sun, Oct 21, 2007 at 06:56:21PM +0200, Christian Franke wrote: > 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. Uhm I just not

[PATCH] startup.S does not find includes

2007-10-21 Thread Christian Franke
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 --- grub2.orig/Makefile.in 2007-06-11 08:26:17.0 +02