freebsd-src/unit-tests/suff-lookup.exp
Simon J. Gerraty 302da1a3d3 Import bmake-20201101
Lots of new unit-tests increase code coverage.

Lots of refactoring, cleanup and simlpification to reduce
code size.

Fixes for Bug 223564 and 245807

Updates to dirdeps.mk and meta2deps.py
2020-11-07 19:39:21 +00:00

59 lines
2 KiB
Plaintext

defining transformation from `.ccc' to `.cc'
inserting ".ccc" (3) at end of list
inserting ".cc" (2) at end of list
transformation .ccc.cc complete
defining transformation from `.c' to `.ccc'
inserting ".c" (1) at end of list
inserting ".ccc" (3) at end of list
transformation .c.ccc complete
defining transformation from `.short' to `.c'
inserting ".short" (4) at end of list
inserting ".c" (1) at end of list
transformation .short.c complete
defining transformation from `.sho' to `.c'
inserting ".sho" (5) at end of list
inserting ".c" (1) at end of list
transformation .sho.c complete
defining transformation from `.dead-end' to `.short'
inserting ".dead-end" (6) at end of list
inserting ".short" (4) at end of list
transformation .dead-end.short complete
inserting ".ccc" (3) at end of list
inserting ".cc" (2) at end of list
inserting ".c" (1) at end of list
inserting ".ccc" (3) at end of list
inserting ".short" (4) at end of list
inserting ".c" (1) at end of list
inserting ".sho" (5) at end of list
inserting ".c" (1) at end of list
inserting ".dead-end" (6) at end of list
inserting ".short" (4) at end of list
Wildcard expanding "all"...
SuffFindDeps (all)
No known suffix on all. Using .NULL suffix
adding suffix rules
Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
SuffFindDeps (suff-lookup.cc)
trying suff-lookup.ccc...not there
trying suff-lookup.c...not there
trying suff-lookup.short...not there
trying suff-lookup.sho...got it
applying .sho -> .c to "suff-lookup.c"
applying .c -> .ccc to "suff-lookup.ccc"
applying .ccc -> .cc to "suff-lookup.cc"
suffix is ".ccc"...
suffix is ".c"...
suffix is ".sho"...
SuffFindDeps (suff-lookup.sho)
suffix is ".sho"...
: 'Making suff-lookup.sho out of nothing.'
: 'Making suff-lookup.c from suff-lookup.sho.'
: 'Making suff-lookup.ccc from suff-lookup.c.'
: 'Making suff-lookup.cc from suff-lookup.ccc.'
Wildcard expanding "all"...
SuffFindDeps (.END)
No known suffix on .END. Using .NULL suffix
adding suffix rules
Wildcard expanding ".END"...
exit status 0