]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Improve MAKEALL parallel builds
authorAndy Fleming <afleming@freescale.com>
Wed, 9 May 2012 20:36:28 +0000 (20:36 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 18 May 2012 11:49:04 +0000 (13:49 +0200)
commitf50bf50d7f6f99c5ad4666d63a7eef43d3940500
tree388e994e2bacef0ad9bcdf451a850207fc2c2815
parentbb1c01eaf69047b975d6ecf0ccbedee22a217942
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>
MAKEALL