1 make: "varmod-order.mk" line 14: while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten": Bad modifier ":OX" 2 make: "varmod-order.mk" line 17: while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten": Bad modifier ":OxXX" 3 make: "varmod-order.mk" line 20: while evaluating variable "WORDS" with value "eight five four nine one seven six ten three two": Unclosed expression, expecting '}' for modifier "O" 4 make: "varmod-order.mk" line 22: while evaluating variable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10": Unclosed expression, expecting '}' for modifier "On" 5 make: "varmod-order.mk" line 24: while evaluating variable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1": Unclosed expression, expecting '}' for modifier "Onr" 6 make: "varmod-order.mk" line 31: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Oxn" 7 make: "varmod-order.mk" line 31: Malformed conditional (${NUMBERS:Oxn}) 8 make: "varmod-order.mk" line 41: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":On_typo" 9 make: "varmod-order.mk" line 41: Malformed conditional (${NUMBERS:On_typo}) 10 make: "varmod-order.mk" line 51: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Onr_typo" 11 make: "varmod-order.mk" line 51: Malformed conditional (${NUMBERS:Onr_typo}) 12 make: "varmod-order.mk" line 61: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Orn_typo" 13 make: "varmod-order.mk" line 61: Malformed conditional (${NUMBERS:Orn_typo}) 14 make: "varmod-order.mk" line 73: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Onn" 15 make: "varmod-order.mk" line 73: Malformed conditional (${NUMBERS:Onn}) 16 make: "varmod-order.mk" line 83: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Onrr" 17 make: "varmod-order.mk" line 83: Malformed conditional (${NUMBERS:Onrr}) 18 make: "varmod-order.mk" line 93: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Orrn" 19 make: "varmod-order.mk" line 93: Malformed conditional (${NUMBERS:Orrn}) 20 make: "varmod-order.mk" line 108: while evaluating variable "SWITCH" with value "On": Bad modifier ":On=Off" 21 make: "varmod-order.mk" line 108: Malformed conditional (${SWITCH:On=Off} != "Off") 22 make: Fatal errors encountered -- cannot continue 23 make: stopped making "all" in unit-tests 24 exit status 1 25