Module Name: src Committed By: rillig Date: Sat Apr 3 21:55:27 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: simplify access to the name of an expression during evaluation During the evaluation, the flags of the variable don't change, except for VFL_IN_USE, but in such a case make exits immediately anyway. Logging the variable flags does not provide any useful information, so it will be removed soon. Logging the variable flags made sense when the definedness of the expression was still encoded in the variable flags, instead of in the separate ExprDefined. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.897 -r1.898 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.