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