Re: [patch] kbuild: building with a mostly-clean /usr/src/linux and O=

2005-09-07 Thread Jan Beulich
Unfortunately this isn't sufficient, yet. In the architecture-specific makefiles asm-offsets.s (or however the specific architectures call this) now need their dependencies on include/linux/version.h changed (I wonder whether it wouldn't be more efficient to centralize these dependencies into an ar

Re: [patch] kbuild: building with a mostly-clean /usr/src/linux and O=

2005-09-06 Thread Andreas Gruenbacher
On Tuesday 06 September 2005 22:25, Sam Ravnborg wrote: > I've already included below patch from you. > It was included in -linus last night. That was close. > Do we really need more? So it seems I'm afraid: With the version of this patch that just went in, Jan Beulich <[EMAIL PROTECTED]> found

Re: [patch] kbuild: building with a mostly-clean /usr/src/linux and O=

2005-09-06 Thread Sam Ravnborg
On Tue, Sep 06, 2005 at 10:13:52PM +0200, Andreas Gruenbacher wrote: > When compiling a kernel with a separate output directory, > > /var/tmp/kernel-obj> cp $CONFIG_FILE .config > /var/tmp/kernel-obj> make -C /usr/src/linux O=`pwd` > > the main kernel Makefile first tries to make sure that