xref: /freebsd/contrib/bmake/unit-tests/varmod-indirect.exp (revision cfd6422a5217410fbd66f7a7a8a64d9d85e61229)
1make: "varmod-indirect.mk" line 13: Unknown modifier '$'
2make: "varmod-indirect.mk" line 108: before
3make: "varmod-indirect.mk" line 108: after
4make: "varmod-indirect.mk" line 114: before
5make: "varmod-indirect.mk" line 114: after
6make: "varmod-indirect.mk" line 120: before
7make: "varmod-indirect.mk" line 120: after
8make: "varmod-indirect.mk" line 124: Unknown modifier 'Z'
9make: "varmod-indirect.mk" line 125: before
10make: "varmod-indirect.mk" line 125: after
11ParseReadLine (134): '_:=	before ${UNDEF} after'
12Global:_ =
13Var_Parse: ${UNDEF} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
14Global:_ = before ${UNDEF} after
15ParseReadLine (137): '_:=	before ${UNDEF:${:US,a,a,}} after'
16Var_Parse: ${UNDEF:${:US,a,a,}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
17Var_Parse: ${:US,a,a,}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
18Applying ${:U...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
19Result of ${:US,a,a,} is "S,a,a," (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF|VEF_DEF)
20Indirect modifier "S,a,a," from "${:US,a,a,}"
21Applying ${UNDEF:S...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
22Modifier part: "a"
23Modifier part: "a"
24ModifyWords: split "" into 1 words
25Result of ${UNDEF:S,a,a,} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
26Var_Parse: ${:US,a,a,}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
27Applying ${:U...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
28Result of ${:US,a,a,} is "S,a,a," (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF|VEF_DEF)
29Global:_ = before ${UNDEF:S,a,a,} after
30ParseReadLine (147): '_:=	before ${UNDEF:${:U}} after'
31Var_Parse: ${UNDEF:${:U}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
32Var_Parse: ${:U}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
33Applying ${:U} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
34Result of ${:U} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF|VEF_DEF)
35Indirect modifier "" from "${:U}"
36Var_Parse: ${:U}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
37Applying ${:U} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
38Result of ${:U} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF|VEF_DEF)
39Global:_ = before ${UNDEF:} after
40ParseReadLine (152): '_:=	before ${UNDEF:${:UZ}} after'
41Var_Parse: ${UNDEF:${:UZ}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
42Var_Parse: ${:UZ}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
43Applying ${:U...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
44Result of ${:UZ} is "Z" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF|VEF_DEF)
45Indirect modifier "Z" from "${:UZ}"
46Applying ${UNDEF:Z} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
47make: "varmod-indirect.mk" line 152: Unknown modifier 'Z'
48Result of ${UNDEF:Z} is error (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
49Var_Parse: ${:UZ}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
50Applying ${:U...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF)
51Result of ${:UZ} is "Z" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VEF_UNDEF|VEF_DEF)
52Global:_ = before ${UNDEF:Z} after
53ParseReadLine (154): '.MAKEFLAGS: -d0'
54ParseDoDependency(.MAKEFLAGS: -d0)
55Global:.MAKEFLAGS =  -r -k -d 0 -d pv -d
56Global:.MAKEFLAGS =  -r -k -d 0 -d pv -d 0
57make: Fatal errors encountered -- cannot continue
58make: stopped in unit-tests
59exit status 1
60