* make mrproper not resetting kernel saved arch
@ 2009-10-10 21:25 Ben Dooks
2009-10-10 22:17 ` Ben Dooks
0 siblings, 1 reply; 3+ messages in thread
From: Ben Dooks @ 2009-10-10 21:25 UTC (permalink / raw)
To: linux-kernel
Having accidentally configured for the wrong arch, I tried going back to ARM
but got the following errro:
Makefile:210: *** ARCH changed from "x86_64" to "arm". Use "make mrproper" to fix it up. Stop.
Trying to do 'make mrproper' repeats the error:
$ make mrproper
Makefile:210: *** ARCH changed from "x86_64" to "arm". Use "make mrproper" to fix it up. Stop.
I ended up doing 'rm -r include/generated' to get rid of this.
My makefile understanding isn't good enough to repair this, so can someone
please fix this.
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: make mrproper not resetting kernel saved arch
2009-10-10 21:25 make mrproper not resetting kernel saved arch Ben Dooks
@ 2009-10-10 22:17 ` Ben Dooks
2009-10-11 11:04 ` Peter Zijlstra
0 siblings, 1 reply; 3+ messages in thread
From: Ben Dooks @ 2009-10-10 22:17 UTC (permalink / raw)
To: Ben Dooks; +Cc: linux-kernel
On Sat, Oct 10, 2009 at 10:25:05PM +0100, Ben Dooks wrote:
> Having accidentally configured for the wrong arch, I tried going back to ARM
> but got the following errro:
>
> Makefile:210: *** ARCH changed from "x86_64" to "arm". Use "make mrproper" to fix it up. Stop.
>
> Trying to do 'make mrproper' repeats the error:
>
> $ make mrproper
> Makefile:210: *** ARCH changed from "x86_64" to "arm". Use "make mrproper" to fix it up. Stop.
>
> I ended up doing 'rm -r include/generated' to get rid of this.
>
> My makefile understanding isn't good enough to repair this, so can someone
> please fix this.
Add changing cross compiler to this list.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: make mrproper not resetting kernel saved arch
2009-10-10 22:17 ` Ben Dooks
@ 2009-10-11 11:04 ` Peter Zijlstra
0 siblings, 0 replies; 3+ messages in thread
From: Peter Zijlstra @ 2009-10-11 11:04 UTC (permalink / raw)
To: Ben Dooks; +Cc: linux-kernel, Sam Ravnborg
On Sat, 2009-10-10 at 23:17 +0100, Ben Dooks wrote:
> On Sat, Oct 10, 2009 at 10:25:05PM +0100, Ben Dooks wrote:
> > Having accidentally configured for the wrong arch, I tried going back to ARM
> > but got the following errro:
> >
> > Makefile:210: *** ARCH changed from "x86_64" to "arm". Use "make mrproper" to fix it up. Stop.
> >
> > Trying to do 'make mrproper' repeats the error:
> >
> > $ make mrproper
> > Makefile:210: *** ARCH changed from "x86_64" to "arm". Use "make mrproper" to fix it up. Stop.
> >
> > I ended up doing 'rm -r include/generated' to get rid of this.
> >
> > My makefile understanding isn't good enough to repair this, so can someone
> > please fix this.
>
> Add changing cross compiler to this list.
Yeah 575543347b5baed0ca927cb90ba8807396fe9cc9 is utterly annoying and is
breaking build scripts all over the planet.
All because people don't know how to use their shell.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-11 11:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10 21:25 make mrproper not resetting kernel saved arch Ben Dooks
2009-10-10 22:17 ` Ben Dooks
2009-10-11 11:04 ` Peter Zijlstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox