Module Name: src Committed By: sjg Date: Thu Jul 20 19:29:54 UTC 2017
Modified Files: src/usr.bin/make: compat.c job.c make.h Log Message: Make compat.c handle SIGINT etc more like job.c If there is a running child, pass the signal on, and wait for it to exit before we self-terminate. Reviewed by: christos To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/usr.bin/make/compat.c cvs rdiff -u -r1.190 -r1.191 src/usr.bin/make/job.c cvs rdiff -u -r1.102 -r1.103 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.