1CondParser_Eval: !(${:UINF} > 1e100) 2make: "cond-cmp-numeric.mk" line 11: warning: String comparison operator must be either == or != 3make: "cond-cmp-numeric.mk" line 11: Malformed conditional (!(${:UINF} > 1e100)) 4CondParser_Eval: ${:UNaN} > NaN 5make: "cond-cmp-numeric.mk" line 16: warning: String comparison operator must be either == or != 6make: "cond-cmp-numeric.mk" line 16: Malformed conditional (${:UNaN} > NaN) 7CondParser_Eval: !(${:UNaN} == NaN) 8lhs = "NaN", rhs = "NaN", op = == 9make: Fatal errors encountered -- cannot continue 10make: stopped in unit-tests 11exit status 1 12