xref: /freebsd/contrib/bmake/unit-tests/suff-lookup.exp (revision 06b9b3e0ad0dc3f0166b3e8f26ced68c271cf527)
1*06b9b3e0SSimon J. GerratyAdding suffix ".c"
2*06b9b3e0SSimon J. GerratyAdding suffix ".cc"
3*06b9b3e0SSimon J. GerratyAdding suffix ".ccc"
4*06b9b3e0SSimon J. GerratyAdding suffix ".short"
5*06b9b3e0SSimon J. GerratyAdding suffix ".sho"
6*06b9b3e0SSimon J. GerratyAdding suffix ".dead-end"
7956e45f6SSimon J. Gerratydefining transformation from `.ccc' to `.cc'
8956e45f6SSimon J. Gerratyinserting ".ccc" (3) at end of list
9956e45f6SSimon J. Gerratyinserting ".cc" (2) at end of list
10956e45f6SSimon J. Gerratytransformation .ccc.cc complete
11956e45f6SSimon J. Gerratydefining transformation from `.c' to `.ccc'
12956e45f6SSimon J. Gerratyinserting ".c" (1) at end of list
13956e45f6SSimon J. Gerratyinserting ".ccc" (3) at end of list
14956e45f6SSimon J. Gerratytransformation .c.ccc complete
15956e45f6SSimon J. Gerratydefining transformation from `.short' to `.c'
16956e45f6SSimon J. Gerratyinserting ".short" (4) at end of list
17956e45f6SSimon J. Gerratyinserting ".c" (1) at end of list
18956e45f6SSimon J. Gerratytransformation .short.c complete
19956e45f6SSimon J. Gerratydefining transformation from `.sho' to `.c'
20956e45f6SSimon J. Gerratyinserting ".sho" (5) at end of list
21956e45f6SSimon J. Gerratyinserting ".c" (1) at end of list
22956e45f6SSimon J. Gerratytransformation .sho.c complete
23956e45f6SSimon J. Gerratydefining transformation from `.dead-end' to `.short'
24956e45f6SSimon J. Gerratyinserting ".dead-end" (6) at end of list
25956e45f6SSimon J. Gerratyinserting ".short" (4) at end of list
26956e45f6SSimon J. Gerratytransformation .dead-end.short complete
27*06b9b3e0SSimon J. GerratyClearing all suffixes
28*06b9b3e0SSimon J. GerratyAdding suffix ".c"
29*06b9b3e0SSimon J. GerratyAdding suffix ".cc"
30*06b9b3e0SSimon J. GerratyAdding suffix ".ccc"
31956e45f6SSimon J. Gerratyinserting ".ccc" (3) at end of list
32956e45f6SSimon J. Gerratyinserting ".cc" (2) at end of list
33956e45f6SSimon J. Gerratyinserting ".c" (1) at end of list
34956e45f6SSimon J. Gerratyinserting ".ccc" (3) at end of list
35*06b9b3e0SSimon J. GerratyAdding suffix ".short"
36956e45f6SSimon J. Gerratyinserting ".short" (4) at end of list
37956e45f6SSimon J. Gerratyinserting ".c" (1) at end of list
38*06b9b3e0SSimon J. GerratyAdding suffix ".sho"
39956e45f6SSimon J. Gerratyinserting ".sho" (5) at end of list
40956e45f6SSimon J. Gerratyinserting ".c" (1) at end of list
41*06b9b3e0SSimon J. GerratyAdding suffix ".dead-end"
42956e45f6SSimon J. Gerratyinserting ".dead-end" (6) at end of list
43956e45f6SSimon J. Gerratyinserting ".short" (4) at end of list
44956e45f6SSimon J. GerratyWildcard expanding "all"...
45*06b9b3e0SSimon J. GerratySuffFindDeps "all"
46956e45f6SSimon J. Gerraty	No known suffix on all. Using .NULL suffix
47956e45f6SSimon J. Gerratyadding suffix rules
48956e45f6SSimon J. GerratyWildcard expanding "suff-lookup.cc"...suffix is ".cc"...
49*06b9b3e0SSimon J. GerratySuffFindDeps "suff-lookup.cc"
50956e45f6SSimon J. Gerraty	trying suff-lookup.ccc...not there
51956e45f6SSimon J. Gerraty	trying suff-lookup.c...not there
52956e45f6SSimon J. Gerraty	trying suff-lookup.short...not there
53956e45f6SSimon J. Gerraty	trying suff-lookup.sho...got it
54956e45f6SSimon J. Gerraty	applying .sho -> .c to "suff-lookup.c"
55956e45f6SSimon J. Gerraty	applying .c -> .ccc to "suff-lookup.ccc"
56956e45f6SSimon J. Gerraty	applying .ccc -> .cc to "suff-lookup.cc"
57956e45f6SSimon J. Gerratysuffix is ".ccc"...
58956e45f6SSimon J. Gerratysuffix is ".c"...
59956e45f6SSimon J. Gerratysuffix is ".sho"...
60*06b9b3e0SSimon J. GerratySuffFindDeps "suff-lookup.sho"
61956e45f6SSimon J. Gerratysuffix is ".sho"...
62956e45f6SSimon J. Gerraty: 'Making suff-lookup.sho out of nothing.'
63956e45f6SSimon J. Gerraty: 'Making suff-lookup.c from suff-lookup.sho.'
64956e45f6SSimon J. Gerraty: 'Making suff-lookup.ccc from suff-lookup.c.'
65956e45f6SSimon J. Gerraty: 'Making suff-lookup.cc from suff-lookup.ccc.'
66956e45f6SSimon J. GerratyWildcard expanding "all"...
67*06b9b3e0SSimon J. GerratySuffFindDeps ".END"
68956e45f6SSimon J. Gerraty	No known suffix on .END. Using .NULL suffix
69956e45f6SSimon J. Gerratyadding suffix rules
70956e45f6SSimon J. GerratyWildcard expanding ".END"...
71956e45f6SSimon J. Gerratyexit status 0
72