xref: /freebsd/contrib/bmake/unit-tests/deptgt-order.exp (revision 6a7405f5a6b639682cacf01e35d561411ff556aa)
1*6a7405f5SSimon J. GerratyParsing deptgt-order.mk:15: .ORDER: three one
29f45a3c8SSimon J. GerratyParseDependency(.ORDER: three one)
39f45a3c8SSimon J. Gerraty# .ORDER forces 'three' to be made before 'one'
49f45a3c8SSimon J. Gerraty# three, unmade, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS, flags none
59f45a3c8SSimon J. Gerraty# one, unmade, type OP_DEPENDS|OP_PHONY, flags none
6*6a7405f5SSimon J. GerratyParsing deptgt-order.mk:16: .MAKEFLAGS: -d0
79f45a3c8SSimon J. GerratyParseDependency(.MAKEFLAGS: -d0)
8b0c40a00SSimon J. Gerraty: 'Making two out of one.'
9b0c40a00SSimon J. Gerraty: 'Making three out of two.'
10b0c40a00SSimon J. Gerraty: 'Making all out of three.'
112c3632d1SSimon J. Gerratyexit status 0
12