[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070920070114.GA8580@uranus.ravnborg.org>
Date: Thu, 20 Sep 2007 09:01:14 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: "Ph. Marek" <philipp@...ek.priv.at>
Cc: Jeff Dike <jdike@...toit.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
linux-kernel@...r.kernel.org
Subject: Re: UML dead with current -git?
On Thu, Sep 20, 2007 at 07:44:49AM +0200, Ph. Marek wrote:
> Hello Jeff,
>
> > On Wed, Sep 19, 2007 at 06:17:51PM +0200, Philipp Marek wrote:
> >> How about that?
> >> readlink include/asm
> >> returns
> >> asm-um
> >> in my case, so I only have to strip the "asm-" part ...
> >
> > It doesn't handle O= directories...
> Sorry, I don't understand you. What are "0=" directories?
When building a kernel you can specify an other output directory
so you do not mix up your source tree with generated files.
To do so do like this:
Prepare the stuff:
mkdir ~/kernel
cp .config ~/kernel
make mrproper
And then build the kernel:
make O=~/kernel
Sam
-
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