varmod-order-numeric.exp revision 1.3
1make: Bad modifier ":Oxn" for variable "NUMBERS" 2make: "varmod-order-numeric.mk" line 32: Malformed conditional (${NUMBERS:Oxn}) 3make: Bad modifier ":On_typo" for variable "NUMBERS" 4make: "varmod-order-numeric.mk" line 42: Malformed conditional (${NUMBERS:On_typo}) 5make: Bad modifier ":Onr_typo" for variable "NUMBERS" 6make: "varmod-order-numeric.mk" line 51: Malformed conditional (${NUMBERS:Onr_typo}) 7make: Bad modifier ":Orn_typo" for variable "NUMBERS" 8make: "varmod-order-numeric.mk" line 60: Malformed conditional (${NUMBERS:Orn_typo}) 9make: Bad modifier ":Onn" for variable "NUMBERS" 10make: "varmod-order-numeric.mk" line 71: Malformed conditional (${NUMBERS:Onn}) 11make: Bad modifier ":Onrr" for variable "NUMBERS" 12make: "varmod-order-numeric.mk" line 80: Malformed conditional (${NUMBERS:Onrr}) 13make: Bad modifier ":Orrn" for variable "NUMBERS" 14make: "varmod-order-numeric.mk" line 89: Malformed conditional (${NUMBERS:Orrn}) 15make: Unclosed variable expression, expecting '}' for modifier "O" of variable "NUMBERS" with value "-2G -3m -42 1 1M 1k 3 42 5 5K 7" 16make: Unclosed variable expression, expecting '}' for modifier "On" of variable "NUMBERS" with value "-2G -3m -42 1 3 5 7 42 1k 5K 1M" 17make: Unclosed variable expression, expecting '}' for modifier "Onr" of variable "NUMBERS" with value "1M 5K 1k 42 7 5 3 1 -42 -3m -2G" 18make: Fatal errors encountered -- cannot continue 19make: stopped in unit-tests 20exit status 1 21