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