From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: linux-next: build failure after merge of the kbuild tree Date: Mon, 25 Feb 2013 11:28:40 +0100 Message-ID: <512B3CD8.5070802@suse.cz> References: <20130225105650.6b89477b11c895ba99a666fe@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from cantor2.suse.de ([195.135.220.15]:40613 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757188Ab3BYK2n (ORCPT ); Mon, 25 Feb 2013 05:28:43 -0500 In-Reply-To: <20130225105650.6b89477b11c895ba99a666fe@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Grzeschik On 25.2.2013 00:56, Stephen Rothwell wrote: > Hi Michal, > > After merging the kbuild tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > scripts/link-vmlinux.sh: line 135: .: .config: file not found > > Presumably caused by commit 03b25b47e0f4 ("scripts/link-vmlinux.sh: > source variables from KCONFIG_CONFIG"). Strange, I did a couple of testbuilds before pushing the new branch. Wild guess: what version of what shell are you using on the buildmachine? It is probably the missing ./ that makes the difference. Thanks, Michal