From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932087AbWDJWZp (ORCPT ); Mon, 10 Apr 2006 18:25:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932144AbWDJWZp (ORCPT ); Mon, 10 Apr 2006 18:25:45 -0400 Received: from smtp.osdl.org ([65.172.181.4]:54997 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S932087AbWDJWZo (ORCPT ); Mon, 10 Apr 2006 18:25:44 -0400 Date: Mon, 10 Apr 2006 14:24:58 -0700 From: Andrew Morton To: Roman Zippel Cc: linux-kernel@vger.kernel.org, sam@ravnborg.org Subject: Re: [PATCH 0/19] kconfig patches Message-Id: <20060410142458.1aec19e4.akpm@osdl.org> In-Reply-To: References: <20060409235548.52b563a9.akpm@osdl.org> <20060410005153.2a5c19e2.akpm@osdl.org> <20060410014113.5ba40dd9.akpm@osdl.org> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Roman Zippel wrote: > > > > Could you send me link or a copy of your build tools, which deals with the > > > symlink? > > > > Not sure what you mean really. I use the normal in-tree things, plus the > > patch in the earlier email. > > What creates/updates the symlink Me, typing `ln -s'. I keep 20-odd favourite .configs under revision control and symlink to the one I'm using. > and what does update the file the symlink > points to? Me, using oldconfig, menuconfig, etc. I want those changes to be made in the symlinked-to revision-controlled config file.