1CondParser_Eval: !(${:UINF} > 1e100) 2make: cond-cmp-numeric.mk:15: Comparison with ">" requires both operands "INF" and "1e100" to be numeric 3CondParser_Eval: ${:UNaN} > NaN 4make: cond-cmp-numeric.mk:21: Comparison with ">" requires both operands "NaN" and "NaN" to be numeric 5CondParser_Eval: !(${:UNaN} == NaN) 6Comparing "NaN" == "NaN" 7CondParser_Eval: 123 ! 123 8make: cond-cmp-numeric.mk:38: Malformed conditional "123 ! 123" 9CondParser_Eval: ${:U 123} < 124 10Comparing 123.000000 < 124.000000 11CondParser_Eval: ${:U123 } < 124 12make: cond-cmp-numeric.mk:54: Comparison with "<" requires both operands "123 " and "124" to be numeric 13make: Fatal errors encountered -- cannot continue 14make: stopped making "all" in unit-tests 15exit status 1 16