Module Name: src Committed By: rillig Date: Wed Nov 4 02:53:18 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove redundant condition from ApplyModifiersIndirect Whenever varUndefined is returned from another function, that is only done if eflags does not contain VARE_UNDEFERR. Therefore, testing for that flag is unnecessary. To generate a diff of this commit: cvs rdiff -u -r1.653 -r1.654 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.