xref: /freebsd/contrib/bmake/unit-tests/suff-transform-endless.exp (revision 226192822cddc30cacecd55bccb48f39c653058c)
1Adding suffix ".c"
2Adding suffix ".d"
3defining transformation from `.c' to `.d'
4inserting ".c" (1) at end of list
5inserting ".d" (2) at end of list
6Adding suffix ".e"
7defining transformation from `.d' to `.e'
8inserting ".d" (2) at end of list
9inserting ".e" (3) at end of list
10Adding suffix ".f"
11defining transformation from `.e' to `'
12inserting ".e" (3) at end of list
13inserting "" (0) at end of list
14defining transformation from `.e' to `.f'
15inserting ".e" (3) at end of list
16inserting ".f" (4) at end of list
17defining transformation from `.f' to `.e'
18inserting ".f" (4) at end of list
19inserting ".e" (3) at end of list
20transformation .e complete
21transformation .e.f complete
22transformation .f.e complete
23Wildcard expanding "all"...
24SuffFindDeps "all"
25	No known suffix on all. Using .NULL suffix
26adding suffix rules
27	trying all.e...not there
28	trying all.d...not there
29	trying all.f...not there
30	trying all.c...not there
31	trying all.e...not there
32FindThem: skipping duplicate "all.e"
33Wildcard expanding "issue6.f"...suffix is ".f"...
34SuffFindDeps "issue6.f"
35	trying issue6.e...not there
36	trying issue6.d...not there
37	trying issue6.f...got it
38	applying .f -> .e to "issue6.e"
39	applying .e -> .f to "issue6.f"
40suffix is ".e"...
41make: Graph cycles through issue6.f
42`all' not remade because of errors.
43
44Stop.
45make: stopped making "all" in unit-tests
46exit status 1
47