Home | History | Annotate | Line # | Download | only in unit-tests
      1 Adding suffix ".c"
      2 Adding suffix ".d"
      3 defining transformation from `.c' to `.d'
      4 inserting ".c" (1) at end of list
      5 inserting ".d" (2) at end of list
      6 Adding suffix ".e"
      7 defining transformation from `.d' to `.e'
      8 inserting ".d" (2) at end of list
      9 inserting ".e" (3) at end of list
     10 Adding suffix ".f"
     11 defining transformation from `.e' to `'
     12 inserting ".e" (3) at end of list
     13 inserting "" (0) at end of list
     14 defining transformation from `.e' to `.f'
     15 inserting ".e" (3) at end of list
     16 inserting ".f" (4) at end of list
     17 defining transformation from `.f' to `.e'
     18 inserting ".f" (4) at end of list
     19 inserting ".e" (3) at end of list
     20 transformation .e complete
     21 transformation .e.f complete
     22 transformation .f.e complete
     23 Wildcard expanding "all"...
     24 SuffFindDeps "all"
     25 	No known suffix on all. Using .NULL suffix
     26 adding 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
     32 FindThem: skipping duplicate "all.e"
     33 Wildcard expanding "issue6.f"...suffix is ".f"...
     34 SuffFindDeps "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"
     40 suffix is ".e"...
     41 make: Graph cycles through issue6.f
     42 `all' not remade because of errors.
     43 
     44 Stop.
     45 make: stopped making "all" in unit-tests
     46 exit status 1
     47