From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932337Ab2ANUzo (ORCPT ); Sat, 14 Jan 2012 15:55:44 -0500 Received: from cantor2.suse.de ([195.135.220.15]:49868 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932099Ab2ANUzn (ORCPT ); Sat, 14 Jan 2012 15:55:43 -0500 Message-ID: <4F11EBD3.5080800@suse.cz> Date: Sat, 14 Jan 2012 21:55:47 +0100 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: dave@gnu.org Cc: Wang YanQing , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, lacombar@gmail.com Subject: Re: [PATCH] scripts:kconfig:mconf.c: let make not report error when not save configuration References: <20120112033132.GA13752@udknight> <1326401437.3416.0.camel@offbook> In-Reply-To: <1326401437.3416.0.camel@offbook> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12.1.2012 21:50, Davidlohr Bueso wrote: > On Thu, 2012-01-12 at 11:31 +0800, Wang YanQing wrote: >> I find every time when I choice the 'NO' button at the dialog >> which let me choice whether to save the configuration before exit >> menuconfig, it always report the blow: >> >> " GEN /mnt/sda7/home/build/test/Makefile >> HOSTCC scripts/kconfig/mconf.o >> HOSTLD scripts/kconfig/mconf >> scripts/kconfig/mconf Kconfig >> >> Your configuration changes were NOT saved. >> >> make[2]: *** [menuconfig] Error 1 >> make[1]: *** [menuconfig] Error 2 >> make: *** [sub-make] Error 2 " >> >> This patch repair it. >> >> Thanks! >> >> Signed-off-by: Wang YanQing > > Acked-by: Davidlohr Bueso Applied to kbuild.git#kconfig. Michal