1 Parsing suff-incomplete.mk:9: .SUFFIXES: 2 ParseDependency(.SUFFIXES:) 3 Clearing all suffixes 4 Parsing suff-incomplete.mk:11: .SUFFIXES: .a .b .c 5 ParseDependency(.SUFFIXES: .a .b .c) 6 Adding suffix ".a" 7 Adding suffix ".b" 8 Adding suffix ".c" 9 Parsing suff-incomplete.mk:17: .a.b: 10 ParseDependency(.a.b:) 11 defining transformation from `.a' to `.b' 12 inserting ".a" (1) at end of list 13 inserting ".b" (2) at end of list 14 Parsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency 15 deleting incomplete transformation from `.a' to `.b' 16 ParseDependency(.a.c: ${.PREFIX}.dependency) 17 defining transformation from `.a' to `.c' 18 inserting ".a" (1) at end of list 19 inserting ".c" (3) at end of list 20 Target ".a.c" depends on "${.PREFIX}.dependency" 21 # .a.c, unmade, type OP_DEPENDS|OP_TRANSFORM, flags none 22 # ${.PREFIX}.dependency, unmade, type none, flags none 23 Parsing suff-incomplete.mk:23: .DEFAULT: 24 transformation .a.c complete 25 ParseDependency(.DEFAULT:) 26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default. 27 transformation .DEFAULT complete 28 Wildcard expanding "all"... 29 SuffFindDeps "all" 30 No known suffix on all. Using .NULL suffix 31 adding suffix rules 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. 37 Wildcard expanding "all"... 38 SuffFindDeps ".END" 39 No known suffix on .END. Using .NULL suffix 40 adding suffix rules 41 Wildcard expanding ".END"... 42 exit status 0 43