public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* wrong sym link with out-of-tree build with 2.6.28
@ 2009-01-19 14:04 xming
  2009-01-19 14:13 ` Américo Wang
  0 siblings, 1 reply; 3+ messages in thread
From: xming @ 2009-01-19 14:04 UTC (permalink / raw)
  To: linux-kernel

Hi,

I am building kernels on x86 and there is a problems with include2/asm
symbolic link
when building the with 'make O=./HOST".

- with 2.6.28.x the include/asm-x86 is moved to arch/x86/include/asm
  so this code is no more valid:
  ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm;

That line of code should be made ARCH aware? I don't know how to do that, I can
only change that for x86 only.

BTW: I am not subscribed to lkml, please CC when replying, thanks

xming

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

* Re: wrong sym link with out-of-tree build with 2.6.28
  2009-01-19 14:04 wrong sym link with out-of-tree build with 2.6.28 xming
@ 2009-01-19 14:13 ` Américo Wang
  2009-01-19 14:23   ` xming
  0 siblings, 1 reply; 3+ messages in thread
From: Américo Wang @ 2009-01-19 14:13 UTC (permalink / raw)
  To: xming; +Cc: linux-kernel

On Mon, Jan 19, 2009 at 03:04:54PM +0100, xming wrote:
>Hi,
>
>I am building kernels on x86 and there is a problems with include2/asm
>symbolic link
>when building the with 'make O=./HOST".
>
>- with 2.6.28.x the include/asm-x86 is moved to arch/x86/include/asm
>  so this code is no more valid:
>  ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm;
>
>That line of code should be made ARCH aware? I don't know how to do that, I can
>only change that for x86 only.
>
>BTW: I am not subscribed to lkml, please CC when replying, thanks

Please have a look at this thread:

http://lkml.org/lkml/2008/8/15/166

I think Sam explained there. Thanks.


-- 
"Against stupidity, the gods themselves, contend in vain."


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

* Re: wrong sym link with out-of-tree build with 2.6.28
  2009-01-19 14:13 ` Américo Wang
@ 2009-01-19 14:23   ` xming
  0 siblings, 0 replies; 3+ messages in thread
From: xming @ 2009-01-19 14:23 UTC (permalink / raw)
  To: linux-kernel

On Mon, Jan 19, 2009 at 3:13 PM, Américo Wang <xiyou.wangcong@gmail.com> wrote:

> Please have a look at this thread:
>
> http://lkml.org/lkml/2008/8/15/166
>
> I think Sam explained there. Thanks.

Thanks, but what should we (as normal users) do? I can't build kvm
(not the in-kernel one)
with that wrong (non existent) sym link. Is that a problem that should
be fixed by kvm or
kernel devs?

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

end of thread, other threads:[~2009-01-19 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19 14:04 wrong sym link with out-of-tree build with 2.6.28 xming
2009-01-19 14:13 ` Américo Wang
2009-01-19 14:23   ` xming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox