CondParser_Eval: ${:Uvalue} != value Comparing "value" != "value" CondParser_Eval: ${:U} != " Comparing "" != "" CondParser_Eval: ${:U#hash} != "#hash" Comparing "#hash" != "#hash" CondParser_Eval: ${:U\\} != "\\ Comparing "\" != "\" CondParser_Eval: ${:U#hash} != #hash Comparing "#hash" != "#hash" CondParser_Eval: 0 # This is treated as a comment, but why? CondParser_Eval: ${0 # comment:?yes:no} != no CondParser_Eval: 0 # comment Comparing "no" != "no" CondParser_Eval: ${1 # comment:?yes:no} != yes CondParser_Eval: 1 # comment Comparing "yes" != "yes" CondParser_Eval: ${UNDEF:Uundefined}!=undefined Comparing "undefined" != "undefined" CondParser_Eval: ${UNDEF:U12345}>12345 Comparing 12345.000000 > 12345.000000 CondParser_Eval: ${UNDEF:U12345}<12345 Comparing 12345.000000 < 12345.000000 CondParser_Eval: (${UNDEF:U0})||0 CondParser_Eval: ${:Uvar}&&name != "var&&name" Comparing "var&&name" != "var&&name" CondParser_Eval: ${:Uvar}||name != "var||name" Comparing "var||name" != "var||name" CondParser_Eval: bare make: cond-token-plain.mk:106: A bare word is treated like defined(...), and the variable 'bare' is not defined. CondParser_Eval: VAR make: cond-token-plain.mk:113: A bare word is treated like defined(...). CondParser_Eval: V${:UA}R make: cond-token-plain.mk:121: ok CondParser_Eval: V${UNDEF}AR make: cond-token-plain.mk:130: Undefined variables in bare words expand to an empty string. CondParser_Eval: 0${:Ux00} make: cond-token-plain.mk:139: Numbers can be composed from literals and expressions. CondParser_Eval: 0${:Ux01} make: cond-token-plain.mk:144: Numbers can be composed from literals and expressions. CondParser_Eval: "" == make: cond-token-plain.mk:151: Missing right-hand side of operator '==' CondParser_Eval: == "" make: cond-token-plain.mk:160: Malformed conditional '== ""' CondParser_Eval: \\ make: cond-token-plain.mk:176: The variable '\\' is not defined. CondParser_Eval: \\ make: cond-token-plain.mk:182: Now the variable '\\' is defined. CondParser_Eval: "unquoted\"quoted" != unquoted"quoted Comparing "unquoted"quoted" != "unquoted"quoted" CondParser_Eval: $$$$$$$$ != "" make: cond-token-plain.mk:197: Malformed conditional '$$$$$$$$ != ""' CondParser_Eval: left == right make: cond-token-plain.mk:206: Malformed conditional 'left == right' CondParser_Eval: ${0:?:} || left == right CondParser_Eval: 0 make: cond-token-plain.mk:212: Malformed conditional '${0:?:} || left == right' CondParser_Eval: left == right || ${0:?:} make: cond-token-plain.mk:217: Malformed conditional 'left == right || ${0:?:}' make: cond-token-plain.mk:236: Malformed conditional 'VAR.${IF_COUNT::+=1} != ""' make: Fatal errors encountered -- cannot continue make: stopped in unit-tests exit status 1