commit | c97d59cbda05fde3bb0544382df93a478b0f194d | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Tue Oct 30 15:55:20 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Thu Dec 06 11:23:00 2012 -0700 |
tree | 9c43c5f25d284efb8cac3dcce911ac1f9d4d4a34 | |
parent | 468ebf190a737dd1021ca15ff350ceee2001372e [diff] |
MAKEALL: Fix kill_children 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 <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>