commit | 2f36f0aea94c4081770bd9a020df3a1869ec71b4 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Wed May 09 20:36:28 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Fri May 18 13:49:04 2012 +0200 |
tree | 388e994e2bacef0ad9bcdf451a850207fc2c2815 | |
parent | c96fa11265a64e6477657e1a9e261bdc54eaafe1 [diff] |
Improve MAKEALL parallel builds 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 <afleming@freescale.com> Tested-by: Wolfgang Denk <wd@denx.de>