From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934564Ab3DKK3I (ORCPT ); Thu, 11 Apr 2013 06:29:08 -0400 Received: from cantor2.suse.de ([195.135.220.15]:41147 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934043Ab3DKK3F (ORCPT ); Thu, 11 Apr 2013 06:29:05 -0400 Message-ID: <5166906E.9060502@suse.cz> Date: Thu, 11 Apr 2013 12:29:02 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , Paul Mackerras , Corey Ashford , Frederic Weisbecker , Namhyung Kim , Borislav Petkov , linux-kbuild@vger.kernel.org, Stephane Eranian Subject: Re: [PATCH 24/27] kbuild: Introduce KCONFIG_AUTOCONFIGDEP variable for conf tool References: <1364843930-17974-1-git-send-email-jolsa@redhat.com> <1364843930-17974-25-git-send-email-jolsa@redhat.com> In-Reply-To: <1364843930-17974-25-git-send-email-jolsa@redhat.com> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1.4.2013 21:18, Jiri Olsa wrote: > Introducing KCONFIG_AUTOCONFIGDEP variable for conf tool > allowing to specify custom auto.conf.cmd file. I suggest to just append .cmd to the auto.conf name, instead of introducing a new environment variable. (I haven't looked at the rest of the patches yet). Michal