> Date: Mon, 1 Aug 2005 22:37:57 -0400 > Cc: Eli Zaretskii <[EMAIL PROTECTED]>, [email protected] > From: "Paul D. Smith" <[EMAIL PROTECTED]> > > I was assuming they don't terminate because the operating system > (Windows) is sending the SIGINT to only the "main" program (in this case > make), and not sending it to all the processes that make invokes. In > other words, Windows doesn't have the concept of a process group or, at > least, it doesn't work the same way.
In fact, Windows behaves exactly like Posix platforms in this case. > On a POSIX system, every signal has a default behavior: either the > signal is ignored or the process is killed. If you don't define your > own handler for the signal, then the default behavior is invoked. The same happens on Windows. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
