Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265131AbUFGXbs (ORCPT ); Mon, 7 Jun 2004 19:31:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265132AbUFGXbs (ORCPT ); Mon, 7 Jun 2004 19:31:48 -0400 Received: from world.rdmcorp.com ([204.225.180.10]:56651 "EHLO mailhost.rdmcorp.com") by vger.kernel.org with ESMTP id S265131AbUFGXbq (ORCPT ); Mon, 7 Jun 2004 19:31:46 -0400 Date: Mon, 7 Jun 2004 19:28:17 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost.localdomain To: Sean Neakums cc: Linux kernel mailing list Subject: Re: how to configure/build a kernel in a separate directory? In-Reply-To: <6uy8mz3vff.fsf@zork.zork.net> Message-ID: References: <6uy8mz3vff.fsf@zork.zork.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1184 Lines: 30 On Mon, 7 Jun 2004, Sean Neakums wrote: > "Robert P. J. Day" writes: > > > is there an easy way to configure/build one or both of a 2.4 and 2.6 > > kernel in a totally separate directory from the source directory itself? > > > > i'd like to have a totally pristine ("make mrproper"ed) source tree, > > write-protected, readable by all, so that several developers can > > independently configure and build their own kernels without stepping on > > each other. > > This isn't really what you want, but you can use 'cp -rl' to build a > hard-linked tree from the pristine read-only tree and build there. > This will at least address the space issue. i was reminded of the easy solution with the 2.6 kernel, so that's a relief. sadly, it's the 2.4 case that's more important to me at the moment, and it looks like it's major symlink time. oh well ... more incentive to move on up to 2.6. thanks. rday - 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/