Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 5 Nov 2002 12:10:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 5 Nov 2002 12:10:10 -0500 Received: from ns.virtualhost.dk ([195.184.98.160]:43669 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id ; Tue, 5 Nov 2002 12:10:00 -0500 Date: Tue, 5 Nov 2002 18:16:27 +0100 From: Jens Axboe To: Dave Jones , Jeff Garzik , Linux Kernel Subject: Re: 2.5 vi .config ; make oldconfig not working Message-ID: <20021105171627.GA1830@suse.de> References: <20021105165024.GJ13587@suse.de> <3DC7FB11.10209@pobox.com> <20021105171303.GA20881@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021105171303.GA20881@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 31 On Tue, Nov 05 2002, Dave Jones wrote: > On Tue, Nov 05, 2002 at 12:08:33PM -0500, Jeff Garzik wrote: > > > >Can it really be that one cannot edit a config file and run make > > >oldconfig anymore? I'm used to editing an entry in .config and running > > >oldconfig to fix things up, now it just reenables the option. That's > > >clearly a major regression. > > > > > It works fine for me :) > > I don't think I could survive without the tried and true "vi .config ; > > make oldconfig" kernel configurator :) > > Here it seems to work fine if I delete a line completely, but > if I change > CONFIG_FOO=y > to > #CONFIG_FOO=y Yeah that works. It will ask me about CONFIG_FOO when I run make oldconfig, though. I still think it's a regression, and a very annoying one too. -- Jens Axboe - 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/