commit | 205ac040eeeacbe28c3eac535fee94f21c3f4432 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 18 16:48:37 2016 -0600 |
committer | sjg <sjg@chromium.org> | Sun Oct 09 09:30:32 2016 -0600 |
tree | f70db51db971c1bbf3a1479dbac6be612109d925 | |
parent | e8954fc55aca11931e476769fbc9e2357fb65b06 [diff] |
buildman: Don't show a stacktrace on Ctrl-C When Ctrl-C is pressed, just exited quietly. There is no sense in displaying a stack trace since buildman will always be in the same place: waiting for threads to complete building all the jobs on the queue. Signed-off-by: Simon Glass <sjg@chromium.org>