aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cmd-errors.exp
blob: 2916d423029ef8ddc58a4d2388e289f7ab5f0dea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
: undefined--eol
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}-eol"
	in target "unknown-modifier"
: end-eol
exit status 2