From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756459Ab0CCT6Q (ORCPT ); Wed, 3 Mar 2010 14:58:16 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:47127 "EHLO e8.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752219Ab0CCT6J (ORCPT ); Wed, 3 Mar 2010 14:58:09 -0500 Date: Wed, 3 Mar 2010 11:58:04 -0800 From: "Paul E. McKenney" To: James Cloos Cc: Linus Torvalds , linux-kernel@vger.kernel.org, zippel@linux-m68k.org, mingo@elte.hu, akpm@linux-foundation.org, geert@linux-m68k.org, elendil@planet.nl Subject: Re: [PATCH] kconfig: place git SHA1 in .config output if in SCM Message-ID: <20100303195804.GE6804@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20100303011858.GA17651@linux.vnet.ibm.com> <20100303021624.GE6786@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 03, 2010 at 12:28:38PM -0500, James Cloos wrote: > Doesn't this patch simply duplicate CONFIG_LOCALVERSION_AUTO's > functionality, now that it calls scripts/setlocalversion? > > I'd still like to get the hash and only elide the dirty check. Would you be OK with having to set an environment variable to suppress the dirty check? Thanx, Paul