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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Wednesday, August 6, 2008 - 12: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 ..., Geert Uytterhoeven, (Wed Jul 30, 5:26 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs ..., Geert Uytterhoeven, (Thu Jul 31, 12:17 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs ..., Martin Schwidefsky, (Fri Aug 1, 1:35 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs ..., Geert Uytterhoeven, (Sun Aug 3, 1:16 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs ..., Geert Uytterhoeven, (Mon Aug 4, 9:00 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs ..., Geert Uytterhoeven, (Tue Aug 5, 10:16 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs ..., Sam Ravnborg, (Wed Aug 6, 12:27 pm)