Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756773AbXKKP3U (ORCPT ); Sun, 11 Nov 2007 10:29:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754474AbXKKP3K (ORCPT ); Sun, 11 Nov 2007 10:29:10 -0500 Received: from pasmtpb.tele.dk ([80.160.77.98]:50131 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754786AbXKKP3J (ORCPT ); Sun, 11 Nov 2007 10:29:09 -0500 Date: Sun, 11 Nov 2007 16:30:49 +0100 From: Sam Ravnborg To: Guillaume Chazarain Cc: Adrian Bunk , LKML Subject: Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*config targets Message-ID: <20071111153049.GA9561@uranus.ravnborg.org> References: <20071110204038.GA13140@uranus.ravnborg.org> <11947274093185-git-send-email-sam@ravnborg.org> <11947274091127-git-send-email-sam@ravnborg.org> <3d8471ca0711101255m1647e27cm241f358cc49a9921@mail.gmail.com> <20071111051408.GC21669@stusta.de> <3d8471ca0711110443v46084714m709b2b713a536b19@mail.gmail.com> <20071111130714.GN21669@stusta.de> <3d8471ca0711110659w20b6dd8epfa49cd3fcb814d0e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3d8471ca0711110659w20b6dd8epfa49cd3fcb814d0e@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1003 Lines: 24 On Sun, Nov 11, 2007 at 03:59:54PM +0100, Guillaume Chazarain wrote: > > I'm wondering why you don't use two different O= output directories > > instead? > > > > Depending on the CONFIG_ option in question this might even greatly > > reduce your compile times. > > /me is filled with wonder at the discovery that .config is saved in the O= > directory. Thanks a lot Adrian for this time saver. So it's not strictly an > output directory, more a build directory. The opposite.... All output is placed there - including the configuration generated by the *config frontends. It is not limited to kernel-build output. One of the use cases for "make O=.." is a setup where the kernel source is located in a RO location (CDROM, restricted permissions etc). 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/