Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030437AbWARUmp (ORCPT ); Wed, 18 Jan 2006 15:42:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030434AbWARUmo (ORCPT ); Wed, 18 Jan 2006 15:42:44 -0500 Received: from pasmtp.tele.dk ([193.162.159.95]:54021 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id S1030431AbWARUmn (ORCPT ); Wed, 18 Jan 2006 15:42:43 -0500 Date: Wed, 18 Jan 2006 21:42:34 +0100 From: Sam Ravnborg To: maximilian attems Cc: linux-kernel@vger.kernel.org, Andrew Morton , Bastian Blank Subject: Re: [patch] kbuild: add automatic updateconfig target Message-ID: <20060118204234.GC14340@mars.ravnborg.org> References: <20060118194056.GA26532@nancy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060118194056.GA26532@nancy> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1175 Lines: 39 On Wed, Jan 18, 2006 at 08:40:56PM +0100, maximilian attems wrote: > From: Bastian Blank > > current hack for daily build linux-2.6-git is quite ugly: > yes "n" | make oldconfig > > belows target helps to build git snapshots in a more automated way, > setting the new options to their default. Please always add Roman Zippel when dealing with kconfig changes. We had a similar though more advanced proposal named miniconfig a month or so ago but Roman had some grief with it so it was not applied. I've let Roman decide on this one too. Nitpicking below. Sam > +updateconfig: $(obj)/conf > + $< -U arch/$(ARCH)/Kconfig The other methods uses small letters so please change to '-u' > - set_random > + set_random, > + update_default, Keep same naming as the others. May I suggest set_default. You did not introduce a specific update.config file like for the other targets. Any reason for that? Sam - 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/