1*06b9b3e0SSimon J. Gerraty# $NetBSD: deptgt-end-fail-indirect.mk,v 1.2 2020/12/06 21:22:04 rillig Exp $
2*06b9b3e0SSimon J. Gerraty#
3*06b9b3e0SSimon J. Gerraty# Tests for an error in a dependency of the .END node.
4*06b9b3e0SSimon J. Gerraty#
5*06b9b3e0SSimon J. Gerraty# Before 2020-11-25, an error in the .END target did not print the "Stop."
6*06b9b3e0SSimon J. Gerraty# and exited with status 0.  The cause for this was a missing condition in
7*06b9b3e0SSimon J. Gerraty# Compat_Run in the handling of the .END node.
8*06b9b3e0SSimon J. Gerraty
9*06b9b3e0SSimon J. Gerratyall:
10*06b9b3e0SSimon J. Gerraty	: $@
11*06b9b3e0SSimon J. Gerraty
12*06b9b3e0SSimon J. Gerraty.END: failing
13*06b9b3e0SSimon J. Gerraty	: Making ${.TARGET} from ${.ALLSRC}.
14*06b9b3e0SSimon J. Gerraty
15*06b9b3e0SSimon J. Gerratyfailing: .PHONY
16*06b9b3e0SSimon J. Gerraty	false
17