
On Sun, Nov 04, 2012 at 06:13:03PM -0600, Joe Hershberger wrote:
Hi Tom,
On Sat, Nov 3, 2012 at 5:54 PM, Tom Rini trini@ti.com wrote:
On Tue, Oct 30, 2012 at 08:55:20PM -0500, Joe Hershberger wrote:
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
Now I see: /home/trini/bin/uboot-build.sh: line 110: 2024 Terminated /usr/bin/time -o $TIMEFILE -f %e ./MAKEALL $SOC $MACHINE > $LOG 2>&1
With my MAKEALL wrapper. Anything we can do about that?
I see that as well... I did a little research and it seems like you have to jump through some pretty serious hoops to get rid of that message. I don't think it's worth the effort.
Does it have an impact on something in your wrapper?
Purely cosemetic so I can live with the bugfixes as-is, thanks!