Module Name: src Committed By: rillig Date: Fri Dec 10 23:12:44 UTC 2021
Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-eof.exp cond-eof.mk cond-op.exp cond-op.mk Log Message: make: do not evaluate misplaced expressions in malformed conditions This change only affects the behavior for parse errors. Syntactically well-formed conditions work exactly as before. To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/usr.bin/make/cond.c cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/cond-eof.exp \ src/usr.bin/make/unit-tests/cond-eof.mk cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/cond-op.exp cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/unit-tests/cond-op.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.