[U-Boot] [PATCH 1/2] MAKEALL: Fix kill_children

Joe Hershberger joe.hershberger at gmail.com
Mon Nov 5 01:13:03 CET 2012


Hi Tom,

On Sat, Nov 3, 2012 at 5:54 PM, Tom Rini <trini at 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 at 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?

-Joe


More information about the U-Boot mailing list