From: Simon Glass Date: Wed, 5 Dec 2018 12:35:26 +0000 (-0700) Subject: buildman: Drop comment about Ctrl-C problem X-Git-Tag: baikal/mips/sdk5.9~1166^2~18 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=c52e73abe52806d8d00328877d992696b19724df;p=uboot.git buildman: Drop comment about Ctrl-C problem This bug is now fixed, so drop this comment. Signed-off-by: Simon Glass --- diff --git a/tools/buildman/README b/tools/buildman/README index 5a709c6ff9..d688b7cf00 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -1169,8 +1169,6 @@ access to log files. Also it would be nice if buildman could 'hunt' for problems, perhaps by building a few boards for each arch, or checking commits for changed files and building only boards which use those files. -A specific problem to fix is that Ctrl-C does not exit buildman cleanly when -multiple builder threads are active. Credits =======