From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 21 Nov 2014 09:14:36 -0800 Subject: [U-Boot] help on using buildman In-Reply-To: <1416552474185.61675@freescale.com> References: <20141121134204.2F67.AA925319@jp.panasonic.com> <20141121145959.7E35.AA925319@jp.panasonic.com>, <1416552474185.61675@freescale.com> Message-ID: <546F72FC.8090906@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/20/2014 10:47 PM, York Sun wrote: > Masahiro, > > Sorry for repeatly sending this email. My previous reply was rejected by the mailing list due to some weird base64 encoding. > > I tend to agree with you since I could reproduce it using make. > I want to share some of my debug. There is a label in Makefile, prepare3. When it runs correctly, the code under that label runs after the dependency "include/config/uboot.release". I can inject some echo to see the progress. However, for the failed run (no change of code or command, just repeatedly run), nothing runs after the dependency " > include/config/uboot.release". The host is Ubuntu 12.04 x86_64. I am not sure if the inconsistency is cause by Kbuild. > Sorry, I was mistaken about the host OS. It is CentOS 5.11, if that makes any difference. York