On Sun, Nov 04, 2007 at 01:56:04PM -0500, Chris Smith wrote:
> [snip]
> > Please do not copy the config to the source directory. kbuild will
> > assume the source directory is not clean is .config is present.
> 
> [snip]]
> > So please do as kbuild tell you and run make mrproper in the source
> > directory.
> > If things still fails post output including output with V=1
> > See "make help" for additional options.
> >
> >         Sam
> >
> localhost linux # rm -rf ../targ/ && mkdir ../targ && make mrproper &&
> cat /proc/config.gz | gunzip > .config && make O=../targ V=1

You continue to copy your .config to the source directory.
But not to the target directory.
.config SHALL be copied to the target directory.
.config must NOT be copied to the source directory.

        Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to