[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.0812161043240.14014@localhost.localdomain>
Date: Tue, 16 Dec 2008 10:48:42 -0800 (PST)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Alan Cox <alan@...rguk.ukuu.org.uk>
cc: linux-kernel@...r.kernel.org
Subject: Re: GIT head doesn't seem to want to build on 32bit..
On Tue, 16 Dec 2008, Alan Cox wrote:
>
> I built a 64bit kernel from the same source tree first, then did make
> mrproper, then it broke. I'll investigate further.
Maybe you did just "make clean"? That leaves at least the "include/asm"
symlink around.
But maybe there is some other file that "make mrproper" doesn't actually
remove and that gets generated with your 64-bit config or build, but not
mine. You can always test with doing a
git ls-files -o
to see if there are any "other" files (ie build-generated ones) around.
(On that same vein: I have taught my fingers to just do "git clean -dqfx"
instead of "make distclean". Works with any git repository, and avoids any
makefile bugs that leave generated files behind).
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists