Module Name: src
Committed By: rillig
Date: Fri Jan 29 23:33:24 UTC 2021
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): remove unnecessary fflush for empty shell files
If nothing is done to any file, there is no need to flush stdout. Move
the call to each of the remaining branches, except for -t mode, where
Job_Touch already takes care of everything.
To generate a diff of this commit:
cvs rdiff -u -r1.400 -r1.401 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.