Module Name: src Committed By: rillig Date: Sat Jan 15 19:05:23 UTC 2022
Modified Files: src/usr.bin/make: main.c meta.c nonints.h var.c Log Message: make: remove unnecessary functions for expanding variable names In meta mode, the affected variable patterns do not contain a '$'. Outside of meta mode, Global_SetExpand was only called a single time, so inline that call. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.570 -r1.571 src/usr.bin/make/main.c cvs rdiff -u -r1.190 -r1.191 src/usr.bin/make/meta.c cvs rdiff -u -r1.238 -r1.239 src/usr.bin/make/nonints.h cvs rdiff -u -r1.1001 -r1.1002 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.