From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sat, 25 Sep 2010 22:56:31 +0200 Subject: [Buildroot] "make menuconfig" possibly broken in git master In-Reply-To: (=?utf-8?Q?=22Bj=C3=B8rn?= Forsman"'s message of "Sat, 25 Sep 2010 17:31:10 +0200") References: <87mxr66mv9.fsf@macbook.be.48ers.dk> <87iq1t7tta.fsf@macbook.be.48ers.dk> Message-ID: <8762xt7da8.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Bj?rn" == Bj?rn Forsman writes: Hi, Bj?rn> I think I've found the exact issue: package/config/zconf.tab.c wasn't Bj?rn> being rebuilt. Bj?rn> I removed that file, it got rebuilt and the issue was gone. Bj?rn> I think 'make distclean' should clean package/config/zconf.tab.c (and Bj?rn> all *.o files in Bj?rn> package/config/) or this issue may appear next time package/config/ is Bj?rn> synced with upstream. The distclean does clean everything currently used, but the problem is that these files used to exist in package/config, but are now in output/build/buildroot-config, and the original makefile gets a bit confused when there's old files in package/config. -- Bye, Peter Korsgaard