Module Name: src Committed By: rillig Date: Sun Mar 14 20:18:33 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: skip variable lookup for '::=' modifiers in parse-only mode This is just to keep the code consistent among the various variable modifiers. The performance gain is negligible. The actual assignment to the variable had already been skipped previously. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.881 -r1.882 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.