aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/directive-for-errors.exp
blob: 9c1aa5c0b1ed8a75aee0decc5b94f02a20813703 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
make: "directive-for-errors.mk" line 9: Unknown directive "fori"
make: "directive-for-errors.mk" line 10: warning: <>
make: "directive-for-errors.mk" line 11: for-less endfor
make: "directive-for-errors.mk" line 25: Unknown directive "for"
make: "directive-for-errors.mk" line 26: warning: <>
make: "directive-for-errors.mk" line 27: for-less endfor
make: "directive-for-errors.mk" line 44: invalid character '$' in .for loop variable name
make: "directive-for-errors.mk" line 52: no iteration variables in for
make: "directive-for-errors.mk" line 64: Wrong number of words (5) in .for substitution list with 3 variables
make: "directive-for-errors.mk" line 78: missing `in' in for
make: "directive-for-errors.mk" line 89: while evaluating "${:U3:Z} 4": Unknown modifier "Z"
make: "directive-for-errors.mk" line 90: warning: Should not be reached.
make: "directive-for-errors.mk" line 90: warning: Should not be reached.
make: "directive-for-errors.mk" line 90: warning: Should not be reached.
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1