Module Name: src Committed By: rillig Date: Tue Dec 8 19:58:20 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): move flag shutUp into struct RunFlags
Running a command is controlled by several flags. Instead of passing
them around individually, it's easier to have them grouped.
To generate a diff of this commit:
cvs rdiff -u -r1.346 -r1.347 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.
