Module Name: src Committed By: rillig Date: Wed Feb 3 13:53:12 UTC 2021
Modified Files: src/usr.bin/make: dir.c job.c main.c meta.c nonints.h parse.c targ.c var.c Log Message: make: replace Global_AppendExpand with Global_Append All callers with a variable name that is guaranteed to not contain a dollar sign have been converted to call Global_Append instead of the previous Global_AppendExpand. After that, Global_AppendExpand was unused, therefore it was effectively just renamed. To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 src/usr.bin/make/dir.c cvs rdiff -u -r1.414 -r1.415 src/usr.bin/make/job.c cvs rdiff -u -r1.528 -r1.529 src/usr.bin/make/main.c cvs rdiff -u -r1.172 -r1.173 src/usr.bin/make/meta.c cvs rdiff -u -r1.193 -r1.194 src/usr.bin/make/nonints.h cvs rdiff -u -r1.541 -r1.542 src/usr.bin/make/parse.c cvs rdiff -u -r1.162 -r1.163 src/usr.bin/make/targ.c cvs rdiff -u -r1.794 -r1.795 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.