[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATH] grub-mkrelpath
From: |
rubisher |
Subject: |
Re: [PATH] grub-mkrelpath |
Date: |
Wed, 04 Nov 2009 15:59:23 +0100 |
User-agent: |
Scarlet Webmail |
On Wed, 04 Nov 2009 12:07:29 +0100, Felix Zielcke <address@hidden>
wrote:
> Am Mittwoch, den 04.11.2009, 10:55 +0100 schrieb rubisher:
>
>> > Right trunk contains my -I($srcdir)/include fix.
>> > merged now.
>> Sorry I don't agree with your fix:
>
> As you might have thought already from the following sentence, I already
> suspected that it's not the proper way.
>
Yes ;<)
> By the way this topic really belongs to the -nostdinc Thread from
> Robert.
> This is not at all specific to my grub-mkrelpath.
> At least this fixed building with a seperate build directory.
>
Ok.
>>
>>
>> > But I still have the feeling using -isystem is wrong at all or at
least
>> > the =.
>> Well as far as I understand, yes for cross-compiling that would make
>> stuff
>> easier?
>>
>> A quick look at linux kernel build, it shows that also use -isystem but
>> not yet with '=' option so may be my previous patch would be more
>> relevant.
>>
>> I let you appreciate.
>
> IMO we should use the same approach as Linux kernel does. Using -isystem
> just for the gcc include headers.
> I don't think gcc should treat our own headers as system headers.
>
I would love to make many test to better understand all aspect of those
options, ...
may be latter ;<)
>> Tx,
>> J.
>>
>> PS: any idea where (in which part of this proj) should I have a look to
>> learn why ofs doesn't reach to find disks and their structures?)
>>
>
> No clue.
> Better ask such questions in a seperate mail, not hidden in a thread
> which has nothing to do with this. The chances are much higer that then
> who can answer the qestion will read it.
I will try to do so, tx.
btw I just find a small typo in your branch:
--- ./util/grub-mkconfig_lib.in.orig 2009-11-04 10:34:27.000000000
+0000
+++ ./util/grub-mkconfig_lib.in 2009-11-04 10:42:01.000000000 +0000
@@ -32,7 +32,7 @@
make_system_path_relative_to_its_root ()
{
- path = "`grub-mkrelpath $1`"
+ path="`grub-mkrelpath $1`"
case "`uname 2>/dev/null`" in
CYGWIN*)
=== <> ===
Tx again,
J.
- Re: [PATH] grub-mkrelpath, (continued)
- Re: [PATH] grub-mkrelpath, Robert Millan, 2009/11/01
- Re: [PATH] grub-mkrelpath, Felix Zielcke, 2009/11/02
- Re: [PATH] grub-mkrelpath, rubisher, 2009/11/03
- Re: [PATH] grub-mkrelpath, Felix Zielcke, 2009/11/03
- Re: [PATH] grub-mkrelpath, rubisher, 2009/11/03
- Re: [PATH] grub-mkrelpath, Felix Zielcke, 2009/11/03
- Re: [PATH] grub-mkrelpath, rubisher, 2009/11/04
- Re: [PATH] grub-mkrelpath, Felix Zielcke, 2009/11/04
- Re: [PATH] grub-mkrelpath,
rubisher <=
- Re: [PATH] grub-mkrelpath, Felix Zielcke, 2009/11/04
Re: [PATH] grub-mkrelpath, Felix Zielcke, 2009/11/11