freebsd-src/unit-tests/varparse-errors.exp
Simon J. Gerraty 51d8a8b4ac Import bmake-20230414
Relevant/interesting changes:

	* make.1: document seemingly unexplained Error code 6.
	o compat.c: CompatDeleteTarget skip .PHONY targets to be
	consistent with JobDeleteTarget.
	o job.c: fix memory leak in handling sysv :from=to modifiers
	o unit tests for .MAKE.META.IGNORE_{FILTER,PATHS,PATTERNS}
	o var.c: fix parsing of unevaluated subexpressions with
	unbalanced '{}'
	o cond.c: reduce complexity of evaluating expressions
2023-04-24 16:44:30 -07:00

26 lines
1.9 KiB
Plaintext

make: "varparse-errors.mk" line 37: Unknown modifier "Z"
make: "varparse-errors.mk" line 45: Unknown modifier "Z"
make: Bad modifier ":OX" for variable ""
make: "varparse-errors.mk" line 67: Undefined variable "${:U:OX"
make: Bad modifier ":OX" for variable ""
make: Bad modifier ":OX" for variable ""
make: "varparse-errors.mk" line 67: Undefined variable "${:U:OX"
make: Bad modifier ":OX" for variable ""
make: Unclosed variable expression, expecting '}' for modifier "Q" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "sh" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "tA" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "tsX" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "ts" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "ts\040" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "u" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "H" of variable "" with value "."
make: Unclosed variable expression, expecting '}' for modifier "[1]" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "hash" of variable "" with value "b2af338b"
make: Unclosed variable expression, expecting '}' for modifier "range" of variable "" with value "1"
make: Unclosed variable expression, expecting '}' for modifier "_" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "gmtime" of variable "" with value "<timestamp>"
make: Unclosed variable expression, expecting '}' for modifier "localtime" of variable "" with value "<timestamp>"
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1