Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Nov 2002 15:24:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Nov 2002 15:24:35 -0500 Received: from bitmover.com ([192.132.92.2]:14505 "EHLO mail.bitmover.com") by vger.kernel.org with ESMTP id ; Tue, 19 Nov 2002 15:24:33 -0500 Date: Tue, 19 Nov 2002 12:31:15 -0800 From: Larry McVoy To: "Richard B. Johnson" Cc: Sam Ravnborg , linux-kernel@vger.kernel.org, kbuild-devel@lists.sourceforge.net, Kai Germaschewski Subject: Re: [RFC/CFT] Separate obj/src dir Message-ID: <20021119123115.C16028@work.bitmover.com> Mail-Followup-To: Larry McVoy , "Richard B. Johnson" , Sam Ravnborg , linux-kernel@vger.kernel.org, kbuild-devel@lists.sourceforge.net, Kai Germaschewski References: <20021119201110.GA11192@mars.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from root@chaos.analogic.com on Tue, Nov 19, 2002 at 03:22:45PM -0500 X-MailScanner: Found to be clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1282 Lines: 34 On Tue, Nov 19, 2002 at 03:22:45PM -0500, Richard B. Johnson wrote: > On Tue, 19 Nov 2002, Sam Ravnborg wrote: > > > Based on some initial work by Kai Germaschewski I have made a > > working prototype of separate obj/src tree. > > > > Usage example: > > #src located in ~/bk/linux-2.5.sepobj > > mkdir ~/compile/v2.5 > > cd ~/compile/v2.5 > > sh ../../kb/v2.5/kbuild > > [SNIPPED...] > > I have a question; "What problem is this supposed to solve?" > This looks like a M$ism to me. Real source trees don't > look like this. If you don't have write access to the source- > code tree, you are screwed on a real project anyway. That's > why we have CVS, tar and other tools to provide a local copy. It can be really nice to maintain a bunch of different architectures at the same time from the same tree. It also makes it really easy to "clean" a tree. On the other hand, I do wonder whether ccache could be used to get the same effect. Sam? -- --- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - 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/