Module Name: src Committed By: rillig Date: Sat Sep 11 09:16:14 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: eliminate a few common subexpressions This commit contains only changes that don't increase the code size on x86_64. Replacing the remaining instance of ModChain_ShouldEval would either increase the code size or make the code harder to understand. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.949 -r1.950 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.