Module Name: src Committed By: rillig Date: Wed Dec 9 08:15:45 UTC 2020
Modified Files: src/usr.bin/make/unit-tests: opt-jobs-no-action.mk Log Message: make(1): split the -j -n test into separate targets The manual page says that in -j mode when the shell does not have ErrCtl (and none of the default shells has that), the command prefix '-' "affects the entire job", but this seems to be wrong. At least, there is no change in the output from before, when all commands had been in the same target. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/opt-jobs-no-action.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.