]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/directive-export-impl.exp
OpenSSL: Merge OpenSSL 1.1.1k
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / directive-export-impl.exp
1 ParseReadLine (21): 'UT_VAR=            <${REF}>'
2 Global:UT_VAR = <${REF}>
3 ParseReadLine (28): '.export UT_VAR'
4 Global:.MAKE.EXPORTED = UT_VAR
5 ParseReadLine (32): ': ${UT_VAR:N*}'
6 Var_Parse: ${UT_VAR:N*} with VARE_UNDEFERR|VARE_WANTRES
7 Var_Parse: ${REF}> with VARE_UNDEFERR|VARE_WANTRES
8 Applying ${UT_VAR:N...} to "<>" (VARE_UNDEFERR|VARE_WANTRES, VAR_EXPORTED|VAR_REEXPORT, none)
9 Pattern[UT_VAR] for [<>] is [*]
10 ModifyWords: split "<>" into 1 words
11 Result of ${UT_VAR:N*} is "" (VARE_UNDEFERR|VARE_WANTRES, VAR_EXPORTED|VAR_REEXPORT, none)
12 ParseDoDependency(: )
13 CondParser_Eval: ${:!echo "\$UT_VAR"!} != "<>"
14 Var_Parse: ${:!echo "\$UT_VAR"!} != "<>" with VARE_UNDEFERR|VARE_WANTRES
15 Applying ${:!...} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VES_UNDEF)
16 Modifier part: "echo "$UT_VAR""
17 Var_Parse: ${.MAKE.EXPORTED:O:u} with VARE_WANTRES
18 Applying ${.MAKE.EXPORTED:O} to "UT_VAR" (VARE_WANTRES, none, none)
19 Result of ${.MAKE.EXPORTED:O} is "UT_VAR" (VARE_WANTRES, none, none)
20 Applying ${.MAKE.EXPORTED:u} to "UT_VAR" (VARE_WANTRES, none, none)
21 Result of ${.MAKE.EXPORTED:u} is "UT_VAR" (VARE_WANTRES, none, none)
22 Var_Parse: ${UT_VAR} with VARE_WANTRES
23 Var_Parse: ${REF}> with VARE_WANTRES
24 Result of ${:!echo "\$UT_VAR"!} is "<>" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
25 lhs = "<>", rhs = "<>", op = !=
26 ParseReadLine (49): ': ${UT_VAR:N*}'
27 Var_Parse: ${UT_VAR:N*} with VARE_UNDEFERR|VARE_WANTRES
28 Var_Parse: ${REF}> with VARE_UNDEFERR|VARE_WANTRES
29 Applying ${UT_VAR:N...} to "<>" (VARE_UNDEFERR|VARE_WANTRES, VAR_EXPORTED|VAR_REEXPORT, none)
30 Pattern[UT_VAR] for [<>] is [*]
31 ModifyWords: split "<>" into 1 words
32 Result of ${UT_VAR:N*} is "" (VARE_UNDEFERR|VARE_WANTRES, VAR_EXPORTED|VAR_REEXPORT, none)
33 ParseDoDependency(: )
34 ParseReadLine (53): 'REF=               defined'
35 Global:REF = defined
36 CondParser_Eval: ${:!echo "\$UT_VAR"!} != "<defined>"
37 Var_Parse: ${:!echo "\$UT_VAR"!} != "<defined>" with VARE_UNDEFERR|VARE_WANTRES
38 Applying ${:!...} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VES_UNDEF)
39 Modifier part: "echo "$UT_VAR""
40 Var_Parse: ${.MAKE.EXPORTED:O:u} with VARE_WANTRES
41 Applying ${.MAKE.EXPORTED:O} to "UT_VAR" (VARE_WANTRES, none, none)
42 Result of ${.MAKE.EXPORTED:O} is "UT_VAR" (VARE_WANTRES, none, none)
43 Applying ${.MAKE.EXPORTED:u} to "UT_VAR" (VARE_WANTRES, none, none)
44 Result of ${.MAKE.EXPORTED:u} is "UT_VAR" (VARE_WANTRES, none, none)
45 Var_Parse: ${UT_VAR} with VARE_WANTRES
46 Var_Parse: ${REF}> with VARE_WANTRES
47 Result of ${:!echo "\$UT_VAR"!} is "<defined>" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
48 lhs = "<defined>", rhs = "<defined>", op = !=
49 ParseReadLine (61): 'all:'
50 ParseDoDependency(all:)
51 Global:.ALLTARGETS =  all
52 ParseReadLine (62): '.MAKEFLAGS: -d0'
53 ParseDoDependency(.MAKEFLAGS: -d0)
54 Global:.MAKEFLAGS =  -r -k -d cpv -d
55 Global:.MAKEFLAGS =  -r -k -d cpv -d 0
56 exit status 0