Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760317AbXITIZn (ORCPT ); Thu, 20 Sep 2007 04:25:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751359AbXITIZ3 (ORCPT ); Thu, 20 Sep 2007 04:25:29 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:55208 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751171AbXITIZ2 (ORCPT ); Thu, 20 Sep 2007 04:25:28 -0400 Date: Thu, 20 Sep 2007 10:26:52 +0200 From: Sam Ravnborg To: Philipp Marek Cc: Jeff Dike , Randy Dunlap , linux-kernel@vger.kernel.org Subject: Re: UML dead with current -git? Message-ID: <20070920082652.GA9121@uranus.ravnborg.org> References: <200709181714.34035@x5> <200709191443.24158@x5> <20070919085032.dd5c1732.randy.dunlap@oracle.com> <200709191817.51921@x5> <20070919180544.GA11860@c2.user-mode-linux.org> <39168.193.171.152.61.1190267089.squirrel@webmail.marek.priv.at> <20070920070114.GA8580@uranus.ravnborg.org> <60355.193.171.152.61.1190273138.squirrel@webmail.marek.priv.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <60355.193.171.152.61.1190273138.squirrel@webmail.marek.priv.at> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1171 Lines: 36 On Thu, Sep 20, 2007 at 09:25:38AM +0200, Philipp Marek wrote: > > >> > 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 > Oh yes ... thats the character 'o', not the number zero ... > Sorry, changing the font shows that :-) > > > Yes, that's right. Wouldn't $(srctree) help? That's defined just above, so > should be fine. We want a solution that: - Always use the same ARCH as before - Error out if user specify another ARCH - Tell what ARCH is used to user I will inspired by yprs and other patches try to cook up something. Hopefully my make-foo suffice. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/