From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 1 Nov 2012 03:32:30 +0100 Subject: [U-Boot] [PATCH 1/2] MAKEALL: Fix kill_children In-Reply-To: <1351648522-29229-1-git-send-email-joe.hershberger@ni.com> References: <1351648522-29229-1-git-send-email-joe.hershberger@ni.com> Message-ID: <201211010332.30447.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Joe Hershberger, > When building in parallel, make sure that we look up the children > based on the the actual process group id instead of just assuming > that the MAKEALL pid is the process group id. > > Also ensure that logs from incomplete builds are deleted in the > process. > > Signed-off-by: Joe Hershberger [...] Nice $subject. btw. is it possible to improve the u-boot build process parallelization? Best regards, Marek Vasut