From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 21 Nov 2014 06:47:54 +0000 Subject: [U-Boot] help on using buildman In-Reply-To: References: <20141121134204.2F67.AA925319@jp.panasonic.com> <20141121145959.7E35.AA925319@jp.panasonic.com>, Message-ID: <1416552474185.61675@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 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. York