Home | History | Annotate | Line # | Download | only in unit-tests
suff-rebuild.exp revision 1.3
      1 ParseReadLine (10): '.SUFFIXES:'
      2 ParseDoDependency(.SUFFIXES:)
      3 Clearing all suffixes
      4 ParseReadLine (12): '.SUFFIXES: .a .b .c'
      5 ParseDoDependency(.SUFFIXES: .a .b .c)
      6 Adding suffix ".a"
      7 Adding suffix ".b"
      8 Adding suffix ".c"
      9 ParseReadLine (14): 'suff-rebuild-example.a:'
     10 ParseDoDependency(suff-rebuild-example.a:)
     11 ParseReadLine (15): '	: Making ${.TARGET} out of nothing.'
     12 ParseReadLine (17): '.a.b:'
     13 ParseDoDependency(.a.b:)
     14 defining transformation from `.a' to `.b'
     15 inserting ".a" (1) at end of list
     16 inserting ".b" (2) at end of list
     17 ParseReadLine (18): '	: Making ${.TARGET} from ${.IMPSRC}.'
     18 ParseReadLine (19): '.b.c:'
     19 transformation .a.b complete
     20 ParseDoDependency(.b.c:)
     21 defining transformation from `.b' to `.c'
     22 inserting ".b" (2) at end of list
     23 inserting ".c" (3) at end of list
     24 ParseReadLine (20): '	: Making ${.TARGET} from ${.IMPSRC}.'
     25 ParseReadLine (21): '.c:'
     26 transformation .b.c complete
     27 ParseDoDependency(.c:)
     28 defining transformation from `.c' to `'
     29 inserting ".c" (3) at end of list
     30 inserting "" (0) at end of list
     31 ParseReadLine (22): '	: Making ${.TARGET} from ${.IMPSRC}.'
     32 ParseReadLine (35): '.SUFFIXES: .c .b .a'
     33 transformation .c complete
     34 ParseDoDependency(.SUFFIXES: .c .b .a)
     35 Wildcard expanding "all"...
     36 SuffFindDeps (all)
     37 	No known suffix on all. Using .NULL suffix
     38 adding suffix rules
     39 	trying all.c...not there
     40 	trying all.b...not there
     41 	trying all.a...not there
     42 Wildcard expanding "suff-rebuild-example"...
     43 SuffFindDeps (suff-rebuild-example)
     44 	No known suffix on suff-rebuild-example. Using .NULL suffix
     45 adding suffix rules
     46 	trying suff-rebuild-example.c...not there
     47 	trying suff-rebuild-example.b...not there
     48 	trying suff-rebuild-example.a...got it
     49 	applying .a -> .b to "suff-rebuild-example.b"
     50 	applying .b -> .c to "suff-rebuild-example.c"
     51 	applying .c ->  to "suff-rebuild-example"
     52 suffix is ".c"...
     53 suffix is ".b"...
     54 suffix is ".a"...
     55 SuffFindDeps (suff-rebuild-example.a)
     56 suffix is ".a"...
     57 : Making suff-rebuild-example.a out of nothing.
     58 : Making suff-rebuild-example.b from suff-rebuild-example.a.
     59 : Making suff-rebuild-example.c from suff-rebuild-example.b.
     60 : Making suff-rebuild-example from suff-rebuild-example.c.
     61 Wildcard expanding "all"...
     62 SuffFindDeps (.END)
     63 	No known suffix on .END. Using .NULL suffix
     64 adding suffix rules
     65 	trying .END.c...not there
     66 	trying .END.b...not there
     67 	trying .END.a...not there
     68 Wildcard expanding ".END"...
     69 exit status 0
     70