xref: /freebsd/contrib/bmake/unit-tests/suff-incomplete.exp (revision 6a7405f5a6b639682cacf01e35d561411ff556aa)
1*6a7405f5SSimon J. GerratyParsing suff-incomplete.mk:9: .SUFFIXES:
2b0c40a00SSimon J. GerratyParseDependency(.SUFFIXES:)
306b9b3e0SSimon J. GerratyClearing all suffixes
4*6a7405f5SSimon J. GerratyParsing suff-incomplete.mk:11: .SUFFIXES: .a .b .c
5b0c40a00SSimon J. GerratyParseDependency(.SUFFIXES: .a .b .c)
606b9b3e0SSimon J. GerratyAdding suffix ".a"
706b9b3e0SSimon J. GerratyAdding suffix ".b"
806b9b3e0SSimon J. GerratyAdding suffix ".c"
9*6a7405f5SSimon J. GerratyParsing suff-incomplete.mk:17: .a.b:
10b0c40a00SSimon J. GerratyParseDependency(.a.b:)
1106b9b3e0SSimon J. Gerratydefining transformation from `.a' to `.b'
1206b9b3e0SSimon J. Gerratyinserting ".a" (1) at end of list
1306b9b3e0SSimon J. Gerratyinserting ".b" (2) at end of list
14*6a7405f5SSimon J. GerratyParsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency
1506b9b3e0SSimon J. Gerratydeleting incomplete transformation from `.a' to `.b'
16b0c40a00SSimon J. GerratyParseDependency(.a.c: ${.PREFIX}.dependency)
1706b9b3e0SSimon J. Gerratydefining transformation from `.a' to `.c'
1806b9b3e0SSimon J. Gerratyinserting ".a" (1) at end of list
1906b9b3e0SSimon J. Gerratyinserting ".c" (3) at end of list
208d5c8e21SSimon J. GerratyTarget ".a.c" depends on "${.PREFIX}.dependency"
21dba7b0efSSimon J. Gerraty# .a.c, unmade, type OP_DEPENDS|OP_TRANSFORM, flags none
22dba7b0efSSimon J. Gerraty# ${.PREFIX}.dependency, unmade, type none, flags none
23*6a7405f5SSimon J. GerratyParsing suff-incomplete.mk:23: .DEFAULT:
2406b9b3e0SSimon J. Gerratytransformation .a.c complete
25b0c40a00SSimon J. GerratyParseDependency(.DEFAULT:)
26*6a7405f5SSimon J. GerratyParsing suff-incomplete.mk:24: 	: Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
2706b9b3e0SSimon J. Gerratytransformation .DEFAULT complete
2806b9b3e0SSimon J. GerratyWildcard expanding "all"...
2906b9b3e0SSimon J. GerratySuffFindDeps "all"
3006b9b3e0SSimon J. Gerraty	No known suffix on all. Using .NULL suffix
3106b9b3e0SSimon J. Gerratyadding suffix rules
3206b9b3e0SSimon J. GerratyWildcard expanding "suff-incomplete.c"...suffix is ".c"...
3306b9b3e0SSimon J. GerratySuffFindDeps "suff-incomplete.c"
3406b9b3e0SSimon J. Gerraty	trying suff-incomplete.a...not there
3506b9b3e0SSimon J. GerratyWildcard expanding "suff-incomplete.c"...suffix is ".c"...
3606b9b3e0SSimon J. Gerraty: Making suff-incomplete.c from suff-incomplete.c all  by default.
3706b9b3e0SSimon J. GerratyWildcard expanding "all"...
3806b9b3e0SSimon J. GerratySuffFindDeps ".END"
3906b9b3e0SSimon J. Gerraty	No known suffix on .END. Using .NULL suffix
4006b9b3e0SSimon J. Gerratyadding suffix rules
4106b9b3e0SSimon J. GerratyWildcard expanding ".END"...
4206b9b3e0SSimon J. Gerratyexit status 0
43