Module Name: src Committed By: rillig Date: Fri Dec 11 22:33:06 UTC 2020
Modified Files: src/usr.bin/make: job.c Log Message: make(1): mark strange code that calls exit(signo) In other places, the exit status of make is carefully chosen to be 0 (success), 1 (did not make everything), 2 (other error). Using a signal number is not guaranteed to be consistent among operating systems and is therefore a weird choice. To generate a diff of this commit: cvs rdiff -u -r1.367 -r1.368 src/usr.bin/make/job.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.