2020-09-11 09:47:42 +03:00
|
|
|
CondParser_Eval: ${:Uvalue} != value
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "value" != "value"
|
2020-09-11 09:47:42 +03:00
|
|
|
CondParser_Eval: ${:U} != "
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "" != ""
|
2020-09-11 09:47:42 +03:00
|
|
|
CondParser_Eval: ${:U#hash} != "#hash"
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "#hash" != "#hash"
|
2020-09-11 09:47:42 +03:00
|
|
|
CondParser_Eval: ${:U\\} != "\\
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "\" != "\"
|
2020-09-11 09:47:42 +03:00
|
|
|
CondParser_Eval: ${:U#hash} != #hash
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "#hash" != "#hash"
|
2020-09-11 09:47:42 +03:00
|
|
|
CondParser_Eval: 0 # This is treated as a comment, but why?
|
2022-09-25 15:51:37 +03:00
|
|
|
CondParser_Eval: ${0 # comment:?yes:no} != no
|
|
|
|
CondParser_Eval: 0 # comment
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "no" != "no"
|
2022-09-25 15:51:37 +03:00
|
|
|
CondParser_Eval: ${1 # comment:?yes:no} != yes
|
|
|
|
CondParser_Eval: 1 # comment
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "yes" != "yes"
|
2020-09-12 20:47:24 +03:00
|
|
|
CondParser_Eval: ${UNDEF:Uundefined}!=undefined
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "undefined" != "undefined"
|
2020-09-12 20:47:24 +03:00
|
|
|
CondParser_Eval: ${UNDEF:U12345}>12345
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing 12345.000000 > 12345.000000
|
2020-09-12 20:47:24 +03:00
|
|
|
CondParser_Eval: ${UNDEF:U12345}<12345
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing 12345.000000 < 12345.000000
|
2020-09-12 20:47:24 +03:00
|
|
|
CondParser_Eval: (${UNDEF:U0})||0
|
|
|
|
CondParser_Eval: ${:Uvar}&&name != "var&&name"
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "var&&name" != "var&&name"
|
2020-09-12 20:47:24 +03:00
|
|
|
CondParser_Eval: ${:Uvar}||name != "var||name"
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "var||name" != "var||name"
|
2021-01-21 03:38:28 +03:00
|
|
|
CondParser_Eval: bare
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 106: A bare word is treated like defined(...), and the variable 'bare' is not defined.
|
2021-01-21 03:38:28 +03:00
|
|
|
CondParser_Eval: VAR
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 113: A bare word is treated like defined(...).
|
2021-01-21 03:38:28 +03:00
|
|
|
CondParser_Eval: V${:UA}R
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 121: ok
|
2021-01-21 03:38:28 +03:00
|
|
|
CondParser_Eval: V${UNDEF}AR
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 130: Undefined variables in bare words expand to an empty string.
|
2021-01-21 03:38:28 +03:00
|
|
|
CondParser_Eval: 0${:Ux00}
|
2023-11-20 00:47:52 +03:00
|
|
|
make: "cond-token-plain.mk" line 139: Numbers can be composed from literals and expressions.
|
2021-12-12 12:36:00 +03:00
|
|
|
CondParser_Eval: 0${:Ux01}
|
2023-11-20 00:47:52 +03:00
|
|
|
make: "cond-token-plain.mk" line 144: Numbers can be composed from literals and expressions.
|
2021-01-21 16:32:17 +03:00
|
|
|
CondParser_Eval: "" ==
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 151: Missing right-hand side of operator '=='
|
2021-01-21 16:32:17 +03:00
|
|
|
CondParser_Eval: == ""
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 160: Malformed conditional (== "")
|
2021-01-21 16:32:17 +03:00
|
|
|
CondParser_Eval: \\
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 176: The variable '\\' is not defined.
|
2021-01-21 16:32:17 +03:00
|
|
|
CondParser_Eval: \\
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 182: Now the variable '\\' is defined.
|
2021-01-21 16:52:32 +03:00
|
|
|
CondParser_Eval: "unquoted\"quoted" != unquoted"quoted
|
2022-03-03 22:36:35 +03:00
|
|
|
Comparing "unquoted"quoted" != "unquoted"quoted"
|
2021-01-21 17:08:09 +03:00
|
|
|
CondParser_Eval: $$$$$$$$ != ""
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 197: Malformed conditional ($$$$$$$$ != "")
|
2021-09-22 00:59:56 +03:00
|
|
|
CondParser_Eval: left == right
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 206: Malformed conditional (left == right)
|
2021-09-22 00:59:56 +03:00
|
|
|
CondParser_Eval: ${0:?:} || left == right
|
|
|
|
CondParser_Eval: 0
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 212: Malformed conditional (${0:?:} || left == right)
|
2021-09-22 00:59:56 +03:00
|
|
|
CondParser_Eval: left == right || ${0:?:}
|
2023-06-01 23:56:35 +03:00
|
|
|
make: "cond-token-plain.mk" line 217: Malformed conditional (left == right || ${0:?:})
|
|
|
|
make: "cond-token-plain.mk" line 236: Malformed conditional (VAR.${IF_COUNT::+=1} != "")
|
2021-01-21 16:32:17 +03:00
|
|
|
make: Fatal errors encountered -- cannot continue
|
|
|
|
make: stopped in unit-tests
|
|
|
|
exit status 1
|