Home | History | Annotate | Line # | Download | only in unit-tests
varmod-order.exp revision 1.16
      1 make: "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"
      3 make: "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"
      5 make: "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"
      7 make: "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"
      9 make: "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"
     11 make: "varmod-order.mk" line 31: Bad modifier ":Oxn"
     12 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     13 make: "varmod-order.mk" line 31: Malformed conditional '${NUMBERS:Oxn}'
     14 make: "varmod-order.mk" line 41: Bad modifier ":On_typo"
     15 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     16 make: "varmod-order.mk" line 41: Malformed conditional '${NUMBERS:On_typo}'
     17 make: "varmod-order.mk" line 51: Bad modifier ":Onr_typo"
     18 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     19 make: "varmod-order.mk" line 51: Malformed conditional '${NUMBERS:Onr_typo}'
     20 make: "varmod-order.mk" line 61: Bad modifier ":Orn_typo"
     21 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     22 make: "varmod-order.mk" line 61: Malformed conditional '${NUMBERS:Orn_typo}'
     23 make: "varmod-order.mk" line 73: Bad modifier ":Onn"
     24 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     25 make: "varmod-order.mk" line 73: Malformed conditional '${NUMBERS:Onn}'
     26 make: "varmod-order.mk" line 83: Bad modifier ":Onrr"
     27 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     28 make: "varmod-order.mk" line 83: Malformed conditional '${NUMBERS:Onrr}'
     29 make: "varmod-order.mk" line 93: Bad modifier ":Orrn"
     30 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     31 make: "varmod-order.mk" line 93: Malformed conditional '${NUMBERS:Orrn}'
     32 make: "varmod-order.mk" line 108: Bad modifier ":On=Off"
     33 	while evaluating variable "SWITCH" with value "On"
     34 make: "varmod-order.mk" line 108: Malformed conditional '${SWITCH:On=Off} != "Off"'
     35 make: Fatal errors encountered -- cannot continue
     36 make: stopped making "all" in unit-tests
     37 exit status 1
     38