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