[PATCH] mkmakefile: include ARCH on O= builds

2007-07-13 Thread Bodo Eggert
If you build using O=builddir ARCH=bar, you'll currently need to supply ARCH= on builds from the builddir, too. With this patch, the generated Makefile will do that instead. make ARCH= will still override the Makefile default, allowing existing scripts to work correctly. Signed-Off-By: Bodo Egge

Re: [PATCH] mkmakefile: include ARCH on O= builds

2007-07-12 Thread Oleg Verych
* Bodo Eggert "Thu, 12 Jul 2007 03:40:04 +0200 (CEST)" > If you build using O=builddir ARCH=bar, you'll currently need to supply > ARCH= on builds from the builddir, too. With this patch, the generated > Makefile will do that instead. I've sent such thing at least twice. But now i'm thinking abo

Re: [PATCH] mkmakefile: include ARCH on O= builds

2007-07-11 Thread Randy Dunlap
On Thu, 12 Jul 2007 03:40:04 +0200 (CEST) Bodo Eggert wrote: > If you build using O=builddir ARCH=bar, you'll currently need to supply > ARCH= on builds from the builddir, too. With this patch, the generated > Makefile will do that instead. > > make ARCH= will still override the Makefile default,

Re: [PATCH] mkmakefile: include ARCH on O= builds

2007-07-11 Thread Tony Breeds
On Thu, Jul 12, 2007 at 03:40:04AM +0200, Bodo Eggert wrote: > If you build using O=builddir ARCH=bar, you'll currently need to supply > ARCH= on builds from the builddir, too. With this patch, the generated > Makefile will do that instead. > diff -X dontdiff -pruN linux-2.6.22/scripts/mkmakefil

[PATCH] mkmakefile: include ARCH on O= builds

2007-07-11 Thread Bodo Eggert
If you build using O=builddir ARCH=bar, you'll currently need to supply ARCH= on builds from the builddir, too. With this patch, the generated Makefile will do that instead. make ARCH= will still override the Makefile default, allowing existing scripts to work correctly. Signed-Off-By: Bodo Egge