Re: [U-Boot] [PATCH] Improve MAKEALL parallel builds

2012-05-18 Thread Wolfgang Denk
Dear Andy Fleming, In message <1336631788-28127-1-git-send-email-aflem...@freescale.com> you wrote: > The patch that added parallel builds broke MAKEALL -l, so this > fixes that. At the same time, it improves the termination so > that it shuts down the build threads if you cancel the build. > Last

[U-Boot] [PATCH] Improve MAKEALL parallel builds

2012-05-09 Thread Andy Fleming
The patch that added parallel builds broke MAKEALL -l, so this fixes that. At the same time, it improves the termination so that it shuts down the build threads if you cancel the build. Lastly, it removes a bunch of debug code. Signed-off-by: Andy Fleming --- MAKEALL | 34 ++---