]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/suff-lookup.exp
zfs: merge OpenZFS master-436ab35a5
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / suff-lookup.exp
1 Adding suffix ".c"
2 Adding suffix ".cc"
3 Adding suffix ".ccc"
4 Adding suffix ".short"
5 Adding suffix ".sho"
6 Adding suffix ".dead-end"
7 defining transformation from `.ccc' to `.cc'
8 inserting ".ccc" (3) at end of list
9 inserting ".cc" (2) at end of list
10 transformation .ccc.cc complete
11 defining transformation from `.c' to `.ccc'
12 inserting ".c" (1) at end of list
13 inserting ".ccc" (3) at end of list
14 transformation .c.ccc complete
15 defining transformation from `.short' to `.c'
16 inserting ".short" (4) at end of list
17 inserting ".c" (1) at end of list
18 transformation .short.c complete
19 defining transformation from `.sho' to `.c'
20 inserting ".sho" (5) at end of list
21 inserting ".c" (1) at end of list
22 transformation .sho.c complete
23 defining transformation from `.dead-end' to `.short'
24 inserting ".dead-end" (6) at end of list
25 inserting ".short" (4) at end of list
26 transformation .dead-end.short complete
27 Clearing all suffixes
28 Adding suffix ".c"
29 Adding suffix ".cc"
30 Adding suffix ".ccc"
31 inserting ".ccc" (3) at end of list
32 inserting ".cc" (2) at end of list
33 inserting ".c" (1) at end of list
34 inserting ".ccc" (3) at end of list
35 Adding suffix ".short"
36 inserting ".short" (4) at end of list
37 inserting ".c" (1) at end of list
38 Adding suffix ".sho"
39 inserting ".sho" (5) at end of list
40 inserting ".c" (1) at end of list
41 Adding suffix ".dead-end"
42 inserting ".dead-end" (6) at end of list
43 inserting ".short" (4) at end of list
44 Wildcard expanding "all"...
45 SuffFindDeps "all"
46         No known suffix on all. Using .NULL suffix
47 adding suffix rules
48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
49 SuffFindDeps "suff-lookup.cc"
50         trying suff-lookup.ccc...not there
51         trying suff-lookup.c...not there
52         trying suff-lookup.short...not there
53         trying suff-lookup.sho...got it
54         applying .sho -> .c to "suff-lookup.c"
55         applying .c -> .ccc to "suff-lookup.ccc"
56         applying .ccc -> .cc to "suff-lookup.cc"
57 suffix is ".ccc"...
58 suffix is ".c"...
59 suffix is ".sho"...
60 SuffFindDeps "suff-lookup.sho"
61 suffix is ".sho"...
62 : 'Making suff-lookup.sho out of nothing.'
63 : 'Making suff-lookup.c from suff-lookup.sho.'
64 : 'Making suff-lookup.ccc from suff-lookup.c.'
65 : 'Making suff-lookup.cc from suff-lookup.ccc.'
66 Wildcard expanding "all"...
67 SuffFindDeps ".END"
68         No known suffix on .END. Using .NULL suffix
69 adding suffix rules
70 Wildcard expanding ".END"...
71 exit status 0