Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:incomplete

1 Parsing suff-incomplete.mk:9: .SUFFIXES:
4 Parsing suff-incomplete.mk:11: .SUFFIXES: .a .b .c
9 Parsing suff-incomplete.mk:17: .a.b:
14 Parsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency
15 deleting incomplete transformation from `.a' to `.b'
23 Parsing suff-incomplete.mk:23: .DEFAULT:
26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
33 SuffFindDeps "suff-incomplete.c"
34 trying suff-incomplete.a...not there
35 Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
36 : Making suff-incomplete.c from suff-incomplete.c all by default.