2021-12-28 18:48:59 +03:00
|
|
|
Parsing line 15: .ORDER: three one
|
2021-12-14 02:38:54 +03:00
|
|
|
ParseDependency(.ORDER: three one)
|
2021-12-28 19:11:00 +03:00
|
|
|
# .ORDER forces 'three' to be made before 'one'
|
2021-12-14 02:38:54 +03:00
|
|
|
# three, unmade, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS, flags none
|
|
|
|
# one, unmade, type OP_DEPENDS|OP_PHONY, flags none
|
2021-12-28 18:48:59 +03:00
|
|
|
Parsing line 16: .MAKEFLAGS: -d0
|
2021-12-14 02:38:54 +03:00
|
|
|
ParseDependency(.MAKEFLAGS: -d0)
|
2021-06-17 18:25:33 +03:00
|
|
|
: 'Making two out of one.'
|
|
|
|
: 'Making three out of two.'
|
|
|
|
: 'Making all out of three.'
|
2020-08-16 15:07:50 +03:00
|
|
|
exit status 0
|