From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 18 Oct 2013 14:06:10 -0700 Subject: [U-Boot] BUILD_NBUILDS with MAKEALL Message-ID: <5261A2C2.1030109@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 Did anyone notice the MAKEALL has a problem with BUILD_NBUILDS? If BUILD_NBUILDS is more than 1, it works but the stats is wrong about the number of boards. For example, if we set BUILD_NBUILDS=8, and we run MAKEALL with 5 boards. The count is 0. York