bug#8938: make timeout and CTRL-C

2011-06-27 Thread Pádraig Brady
On 26/06/11 20:20, shay shimony wrote: Hello coreutils team, I found that if you run timeout inside make file then CTRL-C doesn't work. Really frustrating because I use timeout to terminate deadlocked tests, but can't stop them with CTRL-C as I used to. To reproduce copy the following

bug#8938: make timeout and CTRL-C

2011-06-27 Thread Alan Curry
=?UTF-8?Q?P=C3=A1draig?= Brady writes: On 26/06/11 20:20, shay shimony wrote: all: timeout 12 sleep 10 Note there is a tab before timeout 12 sleep 10. Then run at same directory where the file is located make and try to press CTRL-C. Notes: CTRL-Z works. When

bug#8938: make timeout and CTRL-C

2011-06-27 Thread Pádraig Brady
On 27/06/11 21:12, Alan Curry wrote: =?UTF-8?Q?P=C3=A1draig?= Brady writes: On 26/06/11 20:20, shay shimony wrote: all: timeout 12 sleep 10 Note there is a tab before timeout 12 sleep 10. Then run at same directory where the file is located make and try to press CTRL-C. Notes:

bug#8938: make timeout and CTRL-C

2011-06-27 Thread Alan Curry
=?UTF-8?Q?P=C3=A1draig?= Brady writes: This is a multi-part message in MIME format. --03030307000505070101 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit On 27/06/11 21:12, Alan Curry wrote: What seems to be happening is that make