xref: /freebsd/contrib/bmake/unit-tests/varmod-order.exp (revision 6a7405f5a6b639682cacf01e35d561411ff556aa)
1make: "varmod-order.mk" line 14: Bad modifier ":OX"
2	while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten"
3make: "varmod-order.mk" line 17: Bad modifier ":OxXX"
4	while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten"
5make: "varmod-order.mk" line 20: Unclosed expression, expecting '}' for modifier "O"
6	while evaluating variable "WORDS" with value "eight five four nine one seven six ten three two"
7make: "varmod-order.mk" line 22: Unclosed expression, expecting '}' for modifier "On"
8	while evaluating variable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10"
9make: "varmod-order.mk" line 24: Unclosed expression, expecting '}' for modifier "Onr"
10	while evaluating variable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1"
11make: "varmod-order.mk" line 30: Bad modifier ":Oxn"
12	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
13make: "varmod-order.mk" line 39: Bad modifier ":On_typo"
14	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
15make: "varmod-order.mk" line 48: Bad modifier ":Onr_typo"
16	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
17make: "varmod-order.mk" line 57: Bad modifier ":Orn_typo"
18	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
19make: "varmod-order.mk" line 68: Bad modifier ":Onn"
20	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
21make: "varmod-order.mk" line 77: Bad modifier ":Onrr"
22	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
23make: "varmod-order.mk" line 86: Bad modifier ":Orrn"
24	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
25make: "varmod-order.mk" line 100: Bad modifier ":On=Off"
26	while evaluating variable "SWITCH" with value "On"
27make: Fatal errors encountered -- cannot continue
28make: stopped making "all" in unit-tests
29exit status 1
30