Module Name: src Committed By: rillig Date: Tue Dec 28 17:39:04 UTC 2021
Modified Files: src/usr.bin/make: parse.c Log Message: make: remove redundant parameters in dependency parsing functions Before 2020, there had been a huge function for parsing a dependency line, with lots of local variables that were reused for different purposes. When that function was split up into smaller functions, that was done mechanically, without eliminating redundant variables. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.596 -r1.597 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.