1make: "var-eval-short.mk" line 44: In the :@ modifier of "", the variable name "${FAIL}" must not contain a dollar
2make: "var-eval-short.mk" line 44: Malformed conditional (0 && ${:Uword:@${FAIL}@expr@})
3make: "var-eval-short.mk" line 84: Invalid time value at "${FAIL}}"
4make: "var-eval-short.mk" line 84: Malformed conditional (0 && ${:Uword:gmtime=${FAIL}})
5make: "var-eval-short.mk" line 98: Invalid time value at "${FAIL}}"
6make: "var-eval-short.mk" line 98: Malformed conditional (0 && ${:Uword:localtime=${FAIL}})
7CondParser_Eval: 0 && ${0:?${FAIL}then:${FAIL}else}
8Var_Parse: ${0:?${FAIL}then:${FAIL}else} (parse-only)
9Parsing modifier ${0:?...}
10Var_Parse: ${FAIL}then:${FAIL}else} (parse-only)
11Modifier part: "${FAIL}then"
12Var_Parse: ${FAIL}else} (parse-only)
13Modifier part: "${FAIL}else"
14Result of ${0:?${FAIL}then:${FAIL}else} is "" (parse-only, defined)
15Parsing line 163: DEFINED=	defined
16Global: DEFINED = defined
17CondParser_Eval: 0 && ${DEFINED:L:?${FAIL}then:${FAIL}else}
18Var_Parse: ${DEFINED:L:?${FAIL}then:${FAIL}else} (parse-only)
19Parsing modifier ${DEFINED:L}
20Result of ${DEFINED:L} is "defined" (parse-only, regular)
21Parsing modifier ${DEFINED:?...}
22Var_Parse: ${FAIL}then:${FAIL}else} (parse-only)
23Modifier part: "${FAIL}then"
24Var_Parse: ${FAIL}else} (parse-only)
25Modifier part: "${FAIL}else"
26Result of ${DEFINED:?${FAIL}then:${FAIL}else} is "defined" (parse-only, regular)
27Parsing line 166: .MAKEFLAGS: -d0
28ParseDependency(.MAKEFLAGS: -d0)
29Global: .MAKEFLAGS =  -r -k -d cpv -d
30Global: .MAKEFLAGS =  -r -k -d cpv -d 0
31make: Fatal errors encountered -- cannot continue
32make: stopped in unit-tests
33exit status 1
34