Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 27 Oct 2001 15:09:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 27 Oct 2001 15:09:16 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:12039 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sat, 27 Oct 2001 15:09:02 -0400 Date: Sat, 27 Oct 2001 12:07:45 -0700 (PDT) From: Linus Torvalds To: Jeff Garzik cc: Riley H Williams , Alan Cox , Linux Kernel Subject: Re: [PATCH] 2.4.13 default config In-Reply-To: <3BDB031D.34BC4701@mandrakesoft.com> Message-ID: 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 On Sat, 27 Oct 2001, Jeff Garzik wrote: > Riley Williams wrote: > > > > Hi Alan, Linus. > > > > The enclosed patch (against the raw 2.4.13 tree) adds a `make defconfig` > > option that configures Linux with the default options obtained by simply > > pressing ENTER to every prompt that comes up. > > If someone wishes they can simply > > cp arch/$arch/defconfig .config > make oldconfig Why not just rm .config (if you have an old one at all) make oldconfig That's what I always do (or you can copy the ".config" from somewhere else, or you can edit your old ".config" in your favourite editor and re-doing "make oldconfig"). I never _ever_ use any "real" configurator myself. The _only_ config maker I ever use is "make oldconfig", after having possibly edited the .config file by hand or done something else.. Linus - 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/