xref: /freebsd/contrib/bmake/unit-tests/varname.exp (revision 56b17de1e8360fe131d425de20b5e75ff3ea897c)
1Global: VAR{{{}}} = 3 braces
2Var_Parse: ${VAR{{{}}}}" != "3 braces" (eval)
3Global: VARNAME = VAR(((
4Var_Parse: ${VARNAME} (eval)
5Global: VAR((( = 3 open parentheses
6Var_Parse: ${VAR(((}}}}" != "3 open parentheses}}}" (eval)
7Global: .ALLTARGETS =  VAR(((=)
8make: "varname.mk" line 32: No closing parenthesis in archive specification
9make: "varname.mk" line 32: Error in archive specification: "VAR"
10Var_Parse: ${:UVAR\(\(\(}=	try2 (eval-defined)
11Evaluating modifier ${:U...} on value "" (eval-defined, undefined)
12Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (eval-defined, defined)
13Global: .ALLTARGETS =  VAR(((=) VAR\(\(\(=
14make: "varname.mk" line 38: Invalid line '${:UVAR\(\(\(}=	try2', expanded to 'VAR\(\(\(=	try2'
15Var_Parse: ${VARNAME} (eval)
16Global: VAR((( = try3
17Global: .MAKEFLAGS =  -r -k -d v -d
18Global: .MAKEFLAGS =  -r -k -d v -d 0
19make: Fatal errors encountered -- cannot continue
20make: stopped making "all" in unit-tests
21exit status 1
22