[U-Boot] [PATCH 10/13] buildman: Allow builds to terminate cleanly
Tom Rini
trini at konsulko.com
Mon Sep 19 21:16:16 CEST 2016
On Sun, Sep 18, 2016 at 04:48:35PM -0600, Simon Glass wrote:
> It is annoying that buildman does not respond cleanly to Ctrl-C or SIGINT,
> particularly on machines with lots of CPUS. Unfortunately queue.join()
> blocks the main thread and does not allow it to see the signal. Use a
> separate thread instead,
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
Yay for fixing this, killing off the running make's when I have a bad
test build going is one of the minor pitas in my workflow :)
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160919/02648547/attachment.sig>
More information about the U-Boot
mailing list