Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:end

1 # $NetBSD: deptgt-end.mk,v 1.6 2020/10/23 19:28:17 rillig Exp $
3 # Tests for the special target .END in dependency declarations,
16 .END:
21 # The .END node can define dependencies, just like a regular target.
22 .END: end-action
23 end-action: .NOTMAIN
36 # The deferred commands are run in the order '.END .BEGIN all'.
38 # '.BEGIN all .END', but it is implemented correctly.
41 # the deferred commands are appended to the commands of the .END node.
43 # deferred commands of the .END node itself are not appended to itself.
44 # Instead, the deferred commands of the .END node are run as if they were