summaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cmd-errors-lint.exp
blob: b08a65ff96dcc49657df3767ee2207aa67580d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
: undefined 
make: Unclosed variable "UNCLOSED"
	in command ": $@ ${UNCLOSED"
	in target "unclosed-expression"
make: Unclosed expression, expecting "}"
	while evaluating variable "UNCLOSED" with value ""
	in command ": $@ ${UNCLOSED:"
	in target "unclosed-modifier"
make: Unknown modifier ":Z"
	while evaluating variable "UNKNOWN" with value ""
	in command ": $@ ${UNKNOWN:Z}"
	in target "unknown-modifier"
: end
exit status 2