Module Name: src
Committed By: rillig
Date: Tue Dec 28 15:03:10 UTC 2021
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up variable names for parsing dependency lines
Rename 'spec' to 'special', for consistency with the previous commits.
Rename 'tOp' to 'targetAttr' since it is not an dependency operator like
':', it's an attribute like '.SILENT'.
No binary change, except for the line number of the assertion in line
1618.
To generate a diff of this commit:
cvs rdiff -u -r1.589 -r1.590 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.