Module Name: src Committed By: rillig Date: Fri Apr 16 16:49:28 UTC 2021
Modified Files: src/usr.bin/make: job.c src/usr.bin/make/unit-tests: sh-jobs.mk Log Message: make: use distinct wording for writing to the shell commands file The word 'write' now means to write to the file that holds the shell commands to be run later. The word 'print' is now used exclusively for handling the output of the child commands and printing them to make's stdout. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.428 -r1.429 src/usr.bin/make/job.c cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/sh-jobs.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.