From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:46347 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756156Ab0HCMcK (ORCPT ); Tue, 3 Aug 2010 08:32:10 -0400 Message-ID: <4C580BF9.6090706@suse.cz> Date: Tue, 03 Aug 2010 14:30:49 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH v2 0/9] kconfig: introduce saveconfig and alldefconfig (+more) References: <20100731212907.GA7554@merkur.ravnborg.org> In-Reply-To: <20100731212907.GA7554@merkur.ravnborg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Sam Ravnborg Cc: lkml , linux-kbuild , Uwe Kleine-K?nig , Randy Dunlap , Roman Zippel , Aristeu Rozanski On 31.7.2010 23:29, Sam Ravnborg wrote: > This is an update of patches previous posted. > > Version 2 have addressed the following feedback: > - Drop the idea of introducing allrandconfig (Michal, Randy) > - Do more code refactoring (Michal) > - Use long options in conf.c (Michal) > - savedefconfig shall list symbols in same order as in .config (Uwe) > > The major feature is the introduction of "make savedefconfig". > > Make savedefconfig creates a minimal configuration > as have been discussed recently and which is already > done for arm and powerpc. > savedefconfig utilise the knowledge kconfig has to do so > much faster than the phyton script posted. > [...] Applied, thanks. Michal