xref: /freebsd/contrib/bmake/unit-tests/suff-rebuild.exp (revision 6a7405f5a6b639682cacf01e35d561411ff556aa)
1*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:10: .SUFFIXES:
2b0c40a00SSimon J. GerratyParseDependency(.SUFFIXES:)
306b9b3e0SSimon J. GerratyClearing all suffixes
4*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:12: .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-rebuild.mk:14: suff-rebuild-example.a:
10b0c40a00SSimon J. GerratyParseDependency(suff-rebuild-example.a:)
1106b9b3e0SSimon J. GerratyAdding "suff-rebuild-example.a" to all targets.
12*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:15: 	: Making ${.TARGET} out of nothing.
13*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:17: .a.b:
14b0c40a00SSimon J. GerratyParseDependency(.a.b:)
1506b9b3e0SSimon J. Gerratydefining transformation from `.a' to `.b'
1606b9b3e0SSimon J. Gerratyinserting ".a" (1) at end of list
1706b9b3e0SSimon J. Gerratyinserting ".b" (2) at end of list
18*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:18: 	: Making ${.TARGET} from ${.IMPSRC}.
19*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:19: .b.c:
2006b9b3e0SSimon J. Gerratytransformation .a.b complete
21b0c40a00SSimon J. GerratyParseDependency(.b.c:)
2206b9b3e0SSimon J. Gerratydefining transformation from `.b' to `.c'
2306b9b3e0SSimon J. Gerratyinserting ".b" (2) at end of list
2406b9b3e0SSimon J. Gerratyinserting ".c" (3) at end of list
25*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:20: 	: Making ${.TARGET} from ${.IMPSRC}.
26*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:21: .c:
2706b9b3e0SSimon J. Gerratytransformation .b.c complete
28b0c40a00SSimon J. GerratyParseDependency(.c:)
2906b9b3e0SSimon J. Gerratydefining transformation from `.c' to `'
3006b9b3e0SSimon J. Gerratyinserting ".c" (3) at end of list
3106b9b3e0SSimon J. Gerratyinserting "" (0) at end of list
32*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:22: 	: Making ${.TARGET} from ${.IMPSRC}.
33*6a7405f5SSimon J. GerratyParsing suff-rebuild.mk:44: .SUFFIXES: .c .b .a
3406b9b3e0SSimon J. Gerratytransformation .c complete
35b0c40a00SSimon J. GerratyParseDependency(.SUFFIXES: .c .b .a)
3606b9b3e0SSimon J. GerratyAdding ".END" to all targets.
3706b9b3e0SSimon J. GerratyWildcard expanding "all"...
3806b9b3e0SSimon J. GerratySuffFindDeps "all"
3906b9b3e0SSimon J. Gerraty	No known suffix on all. Using .NULL suffix
4006b9b3e0SSimon J. Gerratyadding suffix rules
4106b9b3e0SSimon J. Gerraty	trying all.c...not there
4206b9b3e0SSimon J. Gerraty	trying all.b...not there
4306b9b3e0SSimon J. Gerraty	trying all.a...not there
4406b9b3e0SSimon J. GerratyWildcard expanding "suff-rebuild-example"...
4506b9b3e0SSimon J. GerratySuffFindDeps "suff-rebuild-example"
4606b9b3e0SSimon J. Gerraty	No known suffix on suff-rebuild-example. Using .NULL suffix
4706b9b3e0SSimon J. Gerratyadding suffix rules
4806b9b3e0SSimon J. Gerraty	trying suff-rebuild-example.c...not there
4906b9b3e0SSimon J. Gerraty	trying suff-rebuild-example.b...not there
5006b9b3e0SSimon J. Gerraty	trying suff-rebuild-example.a...got it
5106b9b3e0SSimon J. GerratyAdding "suff-rebuild-example.b" to all targets.
5206b9b3e0SSimon J. Gerraty	applying .a -> .b to "suff-rebuild-example.b"
5306b9b3e0SSimon J. GerratyAdding "suff-rebuild-example.c" to all targets.
5406b9b3e0SSimon J. Gerraty	applying .b -> .c to "suff-rebuild-example.c"
5506b9b3e0SSimon J. Gerraty	applying .c ->  to "suff-rebuild-example"
5606b9b3e0SSimon J. Gerratysuffix is ".c"...
5706b9b3e0SSimon J. Gerratysuffix is ".b"...
5806b9b3e0SSimon J. Gerratysuffix is ".a"...
5906b9b3e0SSimon J. GerratySuffFindDeps "suff-rebuild-example.a"
6006b9b3e0SSimon J. Gerratysuffix is ".a"...
6106b9b3e0SSimon J. Gerraty: Making suff-rebuild-example.a out of nothing.
6206b9b3e0SSimon J. Gerraty: Making suff-rebuild-example.b from suff-rebuild-example.a.
6306b9b3e0SSimon J. Gerraty: Making suff-rebuild-example.c from suff-rebuild-example.b.
6406b9b3e0SSimon J. Gerraty: Making suff-rebuild-example from suff-rebuild-example.c.
6506b9b3e0SSimon J. GerratyWildcard expanding "all"...
6606b9b3e0SSimon J. GerratySuffFindDeps ".END"
6706b9b3e0SSimon J. Gerraty	No known suffix on .END. Using .NULL suffix
6806b9b3e0SSimon J. Gerratyadding suffix rules
6906b9b3e0SSimon J. Gerraty	trying .END.c...not there
7006b9b3e0SSimon J. Gerraty	trying .END.b...not there
7106b9b3e0SSimon J. Gerraty	trying .END.a...not there
7206b9b3e0SSimon J. GerratyWildcard expanding ".END"...
73956e45f6SSimon J. Gerratyexit status 0
74