xref: /freebsd/contrib/bmake/unit-tests/suff-lookup.exp (revision dba7640e44c5ec148a84b0d58c6c9a3c9e5147f3)
1defining transformation from `.ccc' to `.cc'
2inserting ".ccc" (3) at end of list
3inserting ".cc" (2) at end of list
4transformation .ccc.cc complete
5defining transformation from `.c' to `.ccc'
6inserting ".c" (1) at end of list
7inserting ".ccc" (3) at end of list
8transformation .c.ccc complete
9defining transformation from `.short' to `.c'
10inserting ".short" (4) at end of list
11inserting ".c" (1) at end of list
12transformation .short.c complete
13defining transformation from `.sho' to `.c'
14inserting ".sho" (5) at end of list
15inserting ".c" (1) at end of list
16transformation .sho.c complete
17defining transformation from `.dead-end' to `.short'
18inserting ".dead-end" (6) at end of list
19inserting ".short" (4) at end of list
20transformation .dead-end.short complete
21inserting ".ccc" (3) at end of list
22inserting ".cc" (2) at end of list
23inserting ".c" (1) at end of list
24inserting ".ccc" (3) at end of list
25inserting ".short" (4) at end of list
26inserting ".c" (1) at end of list
27inserting ".sho" (5) at end of list
28inserting ".c" (1) at end of list
29inserting ".dead-end" (6) at end of list
30inserting ".short" (4) at end of list
31Wildcard expanding "all"...
32SuffFindDeps (all)
33	No known suffix on all. Using .NULL suffix
34adding suffix rules
35Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
36SuffFindDeps (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"
44suffix is ".ccc"...
45suffix is ".c"...
46suffix is ".sho"...
47SuffFindDeps (suff-lookup.sho)
48suffix 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.'
53Wildcard expanding "all"...
54SuffFindDeps (.END)
55	No known suffix on .END. Using .NULL suffix
56adding suffix rules
57Wildcard expanding ".END"...
58exit status 0
59