From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 1 Nov 2012 15:35:19 +0100 Subject: [U-Boot] [PATCH 1/2] MAKEALL: Fix kill_children In-Reply-To: References: <1351648522-29229-1-git-send-email-joe.hershberger@ni.com> <201211010332.30447.marek.vasut@gmail.com> Message-ID: <201211011535.19205.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Andy Fleming, > On Wed, Oct 31, 2012 at 9:32 PM, Marek Vasut wrote: > > 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? > > In what way? I recall someone complained the build process wasn't parallelizable enough and thus we need this stuff to run multiple builds at once in MAKEALL. Best regards, Marek Vasut