1CondParser_Eval: ${NUMBERS:M[A-Z]*} != "One Two Three Four" 2Comparing "One Two Three Four" != "One Two Three Four" 3CondParser_Eval: ${NUMBERS:M[^A-Z]*} != "five six seven" 4Comparing "five six seven" != "five six seven" 5CondParser_Eval: ${NUMBERS:M[^s]*[ex]} != "One Three five" 6Comparing "One Three five" != "One Three five" 7CondParser_Eval: ${:U****************:M****************b} 8CondParser_Eval: ${:U..................................................b:M*?*?*?*?*?a} 9CondParser_Eval: ${:Ua \$ sign:M*$$*} != "\$" 10Comparing "$" != "$" 11CondParser_Eval: ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk" 12Comparing "any-asterisk" != "any-asterisk" 13make: "varmod-match.mk" line 157: Unknown modifier "]" 14make: "varmod-match.mk" line 157: Malformed conditional (${ ${:U\:} ${:U\:\:} :L:M[:]} != ":") 15make: Fatal errors encountered -- cannot continue 16make: stopped in unit-tests 17exit status 1 18