Home | History | Annotate | Line # | Download | only in unit-tests
varmod-order.exp revision 1.13
      1 make: "varmod-order.mk" line 17: 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: Undefined variable "${WORDS:OX"
      3 make: "varmod-order.mk" line 23: while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten": Bad modifier ":OxXX"
      4 make: "varmod-order.mk" line 23: Undefined variable "${WORDS:Ox"
      5 make: "varmod-order.mk" line 27: while evaluating variable "WORDS" with value "eight five four nine one seven six ten three two": Unclosed expression, expecting '}' for modifier "O"
      6 make: "varmod-order.mk" line 29: while evaluating variable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10": Unclosed expression, expecting '}' for modifier "On"
      7 make: "varmod-order.mk" line 31: while evaluating variable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1": Unclosed expression, expecting '}' for modifier "Onr"
      8 make: "varmod-order.mk" line 38: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Oxn"
      9 make: "varmod-order.mk" line 38: Malformed conditional (${NUMBERS:Oxn})
     10 make: "varmod-order.mk" line 48: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":On_typo"
     11 make: "varmod-order.mk" line 48: Malformed conditional (${NUMBERS:On_typo})
     12 make: "varmod-order.mk" line 58: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Onr_typo"
     13 make: "varmod-order.mk" line 58: Malformed conditional (${NUMBERS:Onr_typo})
     14 make: "varmod-order.mk" line 68: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Orn_typo"
     15 make: "varmod-order.mk" line 68: Malformed conditional (${NUMBERS:Orn_typo})
     16 make: "varmod-order.mk" line 80: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Onn"
     17 make: "varmod-order.mk" line 80: Malformed conditional (${NUMBERS:Onn})
     18 make: "varmod-order.mk" line 90: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Onrr"
     19 make: "varmod-order.mk" line 90: Malformed conditional (${NUMBERS:Onrr})
     20 make: "varmod-order.mk" line 100: while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2": Bad modifier ":Orrn"
     21 make: "varmod-order.mk" line 100: Malformed conditional (${NUMBERS:Orrn})
     22 make: "varmod-order.mk" line 115: while evaluating variable "SWITCH" with value "On": Bad modifier ":On=Off"
     23 make: "varmod-order.mk" line 115: Malformed conditional (${SWITCH:On=Off} != "Off")
     24 make: Fatal errors encountered -- cannot continue
     25 make: stopped making "all" in unit-tests
     26 exit status 1
     27