Module Name: src Committed By: rillig Date: Sun Dec 27 10:04:32 UTC 2020
Modified Files: src/usr.bin/make: for.c Log Message: make(1): add error handling for .for loop items Right now, Var_Subst always returns VPR_OK, even if there had been parse errors or evaluation errors. If that is no longer true, the errors will be reported properly. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/usr.bin/make/for.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.