1make: Bad modifier ":OX" for variable "WORDS"
2make: "varmod-order.mk" line 14: Undefined variable "${WORDS:OX"
make: Bad modifier ":OxXX" for variable "WORDS"
make: "varmod-order.mk" line 17: Undefined variable "${WORDS:Ox"
make: Unclosed variable expression, expecting '
}' for modifier "
O" of variable "WORDS" with value "eight five four nine one seven six ten three two" 3make: Unclosed variable expression, expecting '}' for modifier "On" of variable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10" 4make: Unclosed variable expression, expecting '}' for modifier "Onr" of variable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1" 5make: Bad modifier ":Oxn" for variable "NUMBERS" 6make: "varmod-order.mk" line 29: Malformed conditional (${NUMBERS:Oxn}) 7make: Bad modifier ":On_typo" for variable "NUMBERS" 8make: "varmod-order.mk" line 39: Malformed conditional (${NUMBERS:On_typo}) 9make: Bad modifier ":Onr_typo" for variable "NUMBERS" 10make: "varmod-order.mk" line 48: Malformed conditional (${NUMBERS:Onr_typo}) 11make: Bad modifier ":Orn_typo" for variable "NUMBERS" 12make: "varmod-order.mk" line 57: Malformed conditional (${NUMBERS:Orn_typo}) 13make: Bad modifier ":Onn" for variable "NUMBERS" 14make: "varmod-order.mk" line 68: Malformed conditional (${NUMBERS:Onn}) 15make: Bad modifier ":Onrr" for variable "NUMBERS" 16make: "varmod-order.mk" line 77: Malformed conditional (${NUMBERS:Onrr}) 17make: Bad modifier ":Orrn" for variable "NUMBERS" 18make: "varmod-order.mk" line 86: Malformed conditional (${NUMBERS:Orrn}) 19make: Fatal errors encountered -- cannot continue 20make: stopped in unit-tests 21exit status 1 22