From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759665Ab3BYM4p (ORCPT ); Mon, 25 Feb 2013 07:56:45 -0500 Received: from cantor2.suse.de ([195.135.220.15]:46728 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757122Ab3BYM4o (ORCPT ); Mon, 25 Feb 2013 07:56:44 -0500 Message-ID: <512B5F8A.1060705@suse.cz> Date: Mon, 25 Feb 2013 13:56:42 +0100 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: sfr@canb.auug.org.au Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, m.grzeschik@pengutronix.de Subject: Re: [PATCH] kbuild: Fix reading of .config in link-vmlinux.sh References: <20130225215845.c0ec14a467aa6fe8e788e80e@canb.auug.org.au> <1361796898-19642-1-git-send-email-mmarek@suse.cz> In-Reply-To: <1361796898-19642-1-git-send-email-mmarek@suse.cz> 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 25.2.2013 13:54, Michal Marek wrote: > The shell '.' command is not required to search the current directory as > a fallback and in fact newer versions of bash in sh-mode do not do this. > Force reading the file from the current directory if $KCONFIG_CONFIG > contains no '/'. > > Reported-by: Stephen Rothwell > Signed-off-by: Michal Marek > --- > scripts/link-vmlinux.sh | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) I was able to reproduce the failure and this patch fixed it. So I am going to push this in a couple of hours, so that tomorrow's linux-next can include the latest kbuild changes. Michal