Re: [GIT PATCH] kbuild fixes for 2.6.18

From: Greg KH
Date: Mon Aug 07 2006 - 16:40:52 EST


On Mon, Aug 07, 2006 at 09:27:09PM +0200, Sam Ravnborg wrote:
> Hi Greg.
> Please apply to 2.6.18.
>
> Pull from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18.git

Thanks, pulled and pushed out.

Oh, I just got a few reports of 2.6.18-rc3 not building with external
trees very well, and something like the following would be required:

--- linux-2.6.17/arch/sh/Makefile-dist 2006-08-07 20:42:33.000000000 +0200
+++ linux-2.6.17/arch/sh/Makefile 2006-08-07 21:08:26.000000000 +0200
@@ -173,7 +173,7 @@
archprepare: maketools include/asm-sh/.cpu include/asm-sh/.mach

PHONY += maketools FORCE
-maketools: include/linux/version.h FORCE
+maketools: $(objtree)/include/linux/version.h FORCE

for all instances of the version.h file.

Was this fixed in -rc4 and I should update the SuSE kernel to it (well,
I'll do that anyway later today...), or is this something that you did
not know about?

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/