xref: /freebsd/contrib/bmake/unit-tests/var-eval-short.exp (revision 963f5dc7a30624e95d72fb7f87b8892651164e46)
1make: "var-eval-short.mk" line 41: In the :@ modifier of "", the variable name "${FAIL}" must not contain a dollar
2make: "var-eval-short.mk" line 41: Malformed conditional (0 && ${:Uword:@${FAIL}@expr@})
3make: "var-eval-short.mk" line 81: Invalid time value at "${FAIL}}"
4make: "var-eval-short.mk" line 81: Malformed conditional (0 && ${:Uword:gmtime=${FAIL}})
5make: "var-eval-short.mk" line 95: Invalid time value at "${FAIL}}"
6make: "var-eval-short.mk" line 95: 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:?...}
10Modifier part: "${FAIL}then"
11Modifier part: "${FAIL}else"
12Result of ${0:?${FAIL}then:${FAIL}else} is "" (parse-only, defined)
13ParseReadLine (160): 'DEFINED=	defined'
14Global: DEFINED = defined
15CondParser_Eval: 0 && ${DEFINED:L:?${FAIL}then:${FAIL}else}
16Var_Parse: ${DEFINED:L:?${FAIL}then:${FAIL}else} (parse-only)
17Parsing modifier ${DEFINED:L}
18Result of ${DEFINED:L} is "defined" (parse-only, regular)
19Parsing modifier ${DEFINED:?...}
20Modifier part: "${FAIL}then"
21Modifier part: "${FAIL}else"
22Result of ${DEFINED:?${FAIL}then:${FAIL}else} is "defined" (parse-only, regular)
23ParseReadLine (163): '.MAKEFLAGS: -d0'
24ParseDependency(.MAKEFLAGS: -d0)
25Global: .MAKEFLAGS =  -r -k -d cpv -d
26Global: .MAKEFLAGS =  -r -k -d cpv -d 0
27make: Fatal errors encountered -- cannot continue
28make: stopped in unit-tests
29exit status 1
30