Module Name: src Committed By: rillig Date: Sun Nov 8 19:53:11 UTC 2020
Modified Files: src/usr.bin/make: arch.c cond.c parse.c suff.c var.c Log Message: make(1): clean up code related to VarEvalFlags Mention VARE_WANTRES before VARE_UNDEFERR since the latter depends on the former. In ApplyModifier_Assign, VARE_KEEP_DOLLAR doesn't have to be removed from eflags since ParseModifierPart does this already. In EvalUndefined, testing for VARE_WANTRES is redundant if VARE_UNDEFERR is already set. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/usr.bin/make/arch.c cvs rdiff -u -r1.186 -r1.187 src/usr.bin/make/cond.c cvs rdiff -u -r1.435 -r1.436 src/usr.bin/make/parse.c cvs rdiff -u -r1.234 -r1.235 src/usr.bin/make/suff.c cvs rdiff -u -r1.681 -r1.682 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.