From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:36306 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751892Ab1LRU50 (ORCPT ); Sun, 18 Dec 2011 15:57:26 -0500 Date: Sun, 18 Dec 2011 21:57:25 +0100 From: Michal Marek Subject: Re: [PATCH] kbuild: don't use a symlink for update-po-config Message-ID: <20111218205725.GB25931@sepie.suse.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Peter Foley Cc: Linux Kernel Mailing List , Linux Kbuild Mailing List On Sat, Oct 22, 2011 at 11:19:22AM -0400, Peter Foley wrote: > This patch changes update-po-config to not create a symlink in arch/um > because this fails with make O= builds. > It also improves the V=0 output. > > GEN /usr/src/lto/work/Makefile > GEN config > ln: failed to create symbolic link `arch/um/Kconfig': No such file or directory > make[3]: *** [update-po-config] Error 1 > make[2]: *** [update-po-config] Error 2 > make[1]: *** [sub-make] Error 2 > make: *** [all] Error 2 > > Signed-off-by: Peter Foley > --- > scripts/kconfig/Makefile | 11 +++++------ > 1 files changed, 5 insertions(+), 6 deletions(-) Applied to kbuild.git#kconfig, thanks. Michal