]> git.ipfire.org Git - thirdparty/make.git/commit
Add specific hints for errors due to invalid conditionals
authorPaul Smith <psmith@gnu.org>
Tue, 15 Nov 2022 15:50:34 +0000 (10:50 -0500)
committerPaul Smith <psmith@gnu.org>
Tue, 15 Nov 2022 15:50:34 +0000 (10:50 -0500)
commit6c1a6dd77c55e7302ced47cdc293292ae9400d85
tree516a4e0664e2868f8138b96310911e5774a7209d
parent1b51ba1f5d448281ddeea5a252814bdec56a86fa
Add specific hints for errors due to invalid conditionals

* src/read.c (eval): If "missing separator" appears to be due to
missing space after ifeq/ifneq, give a hint about the error.
* tests/scripts/misc/failure: Check for these types of failures.
* tests/scripts/variables/special: Move error checking unrelated
to special variables, to misc/failure.
src/read.c
tests/scripts/misc/failure [new file with mode: 0644]
tests/scripts/variables/special