Description
eMake received the terminal signal described by the text of the message. For example, the user may have typed Ctrl-C. Of course, this message is NOT printed for signals that cannot be intercepted, such as Unix/Linux SIGKILL.
After printing this message, eMake will attempt to perform a controlled shutdown.
Note: This message will be printed only the first time a terminal signal is received. Subsequent terminal signals do not hasten the controlled shutdown, nor do they trigger this message.
Also note, this message is issued in cluster mode only. In local mode it would race with other messages, causing interleaving with other build output.