Module Name: src Committed By: sjg Date: Fri Jan 8 21:46:50 UTC 2021
Modified Files: src/usr.bin/make: job.c main.c src/usr.bin/make/unit-tests: jobs-error-nested-make.exp Log Message: Ensure PrintOnError always reports 'stopped in' on first call. We may still suppress the rest of the noise if shouldDieQuietly says to, but the 'stopped in' output is too important to lose. Avoid repeating it though in the same process. For the case of aborting due to failure detected elsewhere, exit 6 so we have a clue. PR: 55578 Reviewed by: To generate a diff of this commit: cvs rdiff -u -r1.393 -r1.394 src/usr.bin/make/job.c cvs rdiff -u -r1.508 -r1.509 src/usr.bin/make/main.c cvs rdiff -u -r1.2 -r1.3 \ src/usr.bin/make/unit-tests/jobs-error-nested-make.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.