Re: kbuild now support arch/$ARCH/include - time for ARCHs to convert

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Rusty Russell <rusty@...>, linux arch <linux-arch@...>, LKML <linux-kernel@...>
Date: Wednesday, August 6, 2008 - 3:27 pm

> 

This is a kbuild bug.
The top-level Makefile creates the include2/asm symlink only
if the file$(srctree)/include/asm-$ARCH/errno.h is present.

And you moved errno.h when you committed your changes so symlink
is not created anymore thus it fails.
But this is oly with "make O=..." builds which I think kautobuild
does not use (since it did not trigger the bug).

I cannot recall the exact reason why I did this check before
creating the symlink so I will simply create it always.

	Sam
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: kbuild now support arch/$ARCH/include - time for ARCHs t..., Sam Ravnborg, (Wed Aug 6, 3:27 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t..., Geert Uytterhoeven, (Tue Aug 5, 1:16 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t..., Martin Schwidefsky, (Fri Aug 1, 4:35 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t..., Geert Uytterhoeven, (Sun Aug 3, 4:16 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t..., Geert Uytterhoeven, (Mon Aug 4, 12:00 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t..., Geert Uytterhoeven, (Wed Jul 30, 8:26 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t..., Geert Uytterhoeven, (Thu Jul 31, 3:17 am)