Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 05/01/2001 06:27:51
Module Name:	basesrc
Committed By:	sommerfeld
Date:		Tue May  1 03:27:51 UTC 2001

Modified Files:
	basesrc/usr.bin/make: job.c

Log Message:
bin/12734: fix SIGTSTP/SIGCONT handling.

 - install SIGCONT handler which reestablishes SIGTSTP handler and then calls
JobRestartJobs() to restart all the suspended jobs.
 - when SIGTSTP is handled, call JobCatchChildren() so *** Suspended messages
get printed before make stops rather than after.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 basesrc/usr.bin/make/job.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.