xref: /freebsd/contrib/bmake/unit-tests/suff-incomplete.exp (revision 8d5c8e21c690b35d0a9a604d6b886fba222cd2fe)
19f45a3c8SSimon J. GerratyParsing line 9: .SUFFIXES:
2b0c40a00SSimon J. GerratyParseDependency(.SUFFIXES:)
306b9b3e0SSimon J. GerratyClearing all suffixes
49f45a3c8SSimon J. GerratyParsing line 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"
99f45a3c8SSimon J. GerratyParsing line 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
149f45a3c8SSimon J. GerratyParsing line 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
20*8d5c8e21SSimon 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
239f45a3c8SSimon J. GerratyParsing line 23: .DEFAULT:
2406b9b3e0SSimon J. Gerratytransformation .a.c complete
25b0c40a00SSimon J. GerratyParseDependency(.DEFAULT:)
269f45a3c8SSimon J. GerratyParsing line 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