Module Name: src Committed By: rillig Date: Fri Sep 9 06:23:36 UTC 2022
Modified Files: src/usr.bin/make: make.1 Log Message: make.1: clean up and make the description more accurate Most changes are editorial. Notable exceptions are: The ':Q' in MAKE_PRINT_VAR_ON_ERROR was wrongly added in the previous commit. As that variable does not produce a shell command, there is no point in quoting the characters. Since 2012.10.07.19.17.31, make doesn't complain anymore if a shell command in compat mode expands to an empty string, which removes the need to "keep make happy". To generate a diff of this commit: cvs rdiff -u -r1.338 -r1.339 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.