xref: /netbsd-src/usr.bin/make/unit-tests/deptgt-order.exp (revision d08a9cc9836167df7b3f15af3a4f78f25f2d28b8)
1Parsing deptgt-order.mk:15: .ORDER: three one
2ParseDependency(.ORDER: three one)
3# .ORDER forces 'three' to be made before 'one'
4# three, unmade, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS, flags none
5# one, unmade, type OP_DEPENDS|OP_PHONY, flags none
6Parsing deptgt-order.mk:16: .MAKEFLAGS: -d0
7ParseDependency(.MAKEFLAGS: -d0)
8: 'Making two out of one.'
9: 'Making three out of two.'
10: 'Making all out of three.'
11exit status 0
12