Re: [GIT PATCH] kbuild fixes for 2.6.18

From: Greg KH
Date: Mon Aug 07 2006 - 17:18:07 EST


On Mon, Aug 07, 2006 at 11:02:09PM +0200, Sam Ravnborg wrote:
> On Mon, Aug 07, 2006 at 01:42:41PM -0700, Greg KH wrote:
> > 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.
> This looks bogus.

Ick, ok, thanks.

> Current directory is $(objtree) so prefixing with $(objtree) should not
> be needed and doing so will confuse make. make will not know that
> $(objtree)/include/linux/version.h and include/linux/version.h is the
> same file.
>
> And the version.h dependency is anyway not needed. kbuild guarantee the
> version.h is created when the commands for archprepare are executed.

Hm, I'll point the person who is having the problem with this at you and
lkml and have him explain the problems he is seeing. Much easier than
me trying to mediate the conversation :)

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/