xref: /freebsd/contrib/bmake/unit-tests/varname.exp (revision 6a7405f5a6b639682cacf01e35d561411ff556aa)
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: Missing ')' in archive specification
9make: "varname.mk" line 32: Error in archive specification: "VAR"
10Var_Parse: ${:UVAR\(\(\(}=	try2 (eval)
11Evaluating modifier ${:U...} on value "" (eval, undefined)
12Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (eval, 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