blob: 8291d5300c3bd5a7e015abc3ad820cb3124efa10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
make: cond-cmp-string.mk:19: Malformed conditional "str != str"
make: cond-cmp-string.mk:44: Malformed conditional ""string" != "str""ing""
make: cond-cmp-string.mk:52: Malformed conditional "!("value" = "value")"
make: cond-cmp-string.mk:60: Malformed conditional "!("value" === "value")"
make: cond-cmp-string.mk:118: Comparison with "<" requires both operands "string" and "string" to be numeric
make: cond-cmp-string.mk:126: Comparison with "<=" requires both operands "string" and "string" to be numeric
make: cond-cmp-string.mk:134: Comparison with ">" requires both operands "string" and "string" to be numeric
make: cond-cmp-string.mk:142: Comparison with ">=" requires both operands "string" and "string" to be numeric
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1
|