1 Global: SPECIALS = \: : \\ * \* 2 CondParser_Eval: ${SPECIALS:M${:U}\:} != ${SPECIALS:M\:${:U}} 3 Var_Parse: ${SPECIALS:M${:U}\:} != ${SPECIALS:M\:${:U}} (eval-defined-loud) 4 Evaluating modifier ${SPECIALS:M...} on value "\: : \\ * \*" 5 Pattern for ':M' is "\:" 6 ModifyWords: split "\: : \\ * \*" into 5 words 7 Result of ${SPECIALS:M${:U}\:} is ":" 8 Var_Parse: ${SPECIALS:M\:${:U}} (eval-defined-loud) 9 Evaluating modifier ${SPECIALS:M...} on value "\: : \\ * \*" 10 Pattern for ':M' is ":" 11 ModifyWords: split "\: : \\ * \*" into 5 words 12 Result of ${SPECIALS:M\:${:U}} is ":" 13 Comparing ":" != ":" 14 Global: VALUES = : :: :\: 15 CondParser_Eval: ${VALUES:M\:${:U\:}} != ${VALUES:M${:U\:}\:} 16 Var_Parse: ${VALUES:M\:${:U\:}} != ${VALUES:M${:U\:}\:} (eval-defined-loud) 17 Evaluating modifier ${VALUES:M...} on value ": :: :\:" 18 Var_Parse: ${:U:} (eval) 19 Evaluating modifier ${:U} on value "" (eval, undefined) 20 Result of ${:U} is "" (eval, defined) 21 Pattern for ':M' is ":" 22 ModifyWords: split ": :: :\:" into 3 words 23 Result of ${VALUES:M\:${:U\:}} is ":" 24 Var_Parse: ${VALUES:M${:U\:}\:} (eval-defined-loud) 25 Evaluating modifier ${VALUES:M...} on value ": :: :\:" 26 Var_Parse: ${:U\:}\: (eval) 27 Evaluating modifier ${:U...} on value "" (eval, undefined) 28 Result of ${:U\:} is ":" (eval, defined) 29 Pattern for ':M' is ":\:" 30 ModifyWords: split ": :: :\:" into 3 words 31 Result of ${VALUES:M${:U\:}\:} is "::" 32 Comparing ":" != "::" 33 make: varmod-match-escape.mk:43: warning: XXX: Oops 34 Global: .MAKEFLAGS = -r -k -d cv -d 35 Global: .MAKEFLAGS = -r -k -d cv -d 0 36 make: varmod-match-escape.mk:63: Unfinished backslash at the end in pattern "\" of modifier ":M" 37 while evaluating "${:U\$:M\$} != """ with value "$" 38 make: varmod-match-escape.mk:71: Dollar followed by nothing 39 while evaluating "${:U\$:M\$} != """ with value "$" 40 make: varmod-match-escape.mk:71: Unfinished backslash at the end in pattern "\" of modifier ":M" 41 while evaluating "${:U\$:M\$} != """ with value "$" 42 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[A-]" of modifier ":M" 43 while evaluating variable "WORDS" with value "A A] A]] B B] B]] ] ]] ]]] a a] a]]" 44 in .for loop from varmod-match-escape.mk:109 with pattern = [A-] 45 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[^A-]" of modifier ":M" 46 while evaluating variable "WORDS" with value "A A] A]] B B] B]] ] ]] ]]] a a] a]]" 47 in .for loop from varmod-match-escape.mk:109 with pattern = [^A-] 48 make: Fatal errors encountered -- cannot continue 49 make: stopped making "all" in unit-tests 50 exit status 1 51