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

Lines Matching refs:end

1 # $NetBSD: deptgt-end-fail.mk,v 1.7 2022/05/07 08:01:20 rillig Exp $
4 # the .END node and its dependencies.
6 # Before 2020-11-25, an error in the .END target did not print the "Stop.",
8 # in Compat_MakeAll, in the code handling the .END node.
18 . for end in ok ERR
19 . for end-dep in ok ERR
20 . for target in ${all}-${all-dep}-${end}-${end-dep}
23 echo Test case all=${all} all-dep=${all-dep} end=${end} end-dep=${end-dep}.
26 end=${end} end-dep=${end-dep} \
39 all all-dep end-dep: .PHONY
52 .END: end-dep
54 @${CMD.${end}}
56 end-dep:
58 @${CMD.${end-dep}}
66 # Until 2020-12-07, '.END' was even made if 'all' failed, but if a dependency