Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Nov 2002 08:09:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Nov 2002 08:09:08 -0500 Received: from kiruna.synopsys.com ([204.176.20.18]:48376 "HELO kiruna.synopsys.com") by vger.kernel.org with SMTP id ; Wed, 20 Nov 2002 08:09:07 -0500 Date: Wed, 20 Nov 2002 14:14:38 +0100 From: Alex Riesen To: Sam Ravnborg Cc: linux-kernel@vger.kernel.org, kbuild-devel@lists.sourceforge.net, Kai Germaschewski Subject: Re: [RFC/CFT] Separate obj/src dir Message-ID: <20021120131438.GC16412@riesen-pc.gr05.synopsys.com> Reply-To: Alexander.Riesen@synopsys.com References: <20021119201110.GA11192@mars.ravnborg.org> <20021120131003.GB16412@riesen-pc.gr05.synopsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021120131003.GB16412@riesen-pc.gr05.synopsys.com> User-Agent: Mutt/1.4i Organization: Synopsys, Inc. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 967 Lines: 21 On Wed, Nov 20, 2002 at 02:10:03PM +0100, Alex Riesen wrote: > On Tue, Nov 19, 2002 at 09:11:10PM +0100, Sam Ravnborg wrote: > > The kbuild shell script takes a verbatim copy of all Makefiles, > > all Kconfig files and all defconfigs. I did not even look into > > using symlinks, I was not sure how they work across NFS > > and the like. > > But Kconfigs and defconfigs belong to the sources, don't they? > > Suppose you have a main source tree and multiple objdirs with a > purpose to test different .configs. Now if you update the main > tree (including it's Kconfigs), objdirs are broken. The copies > of Kconfigs are obsoleted and maybe unrelated at all. Also makefiles. Nevermind, found your script with symlinks. - 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/