1*954401e6SSimon J. Gerraty# $NetBSD: deptgt-end-fail-indirect.mk,v 1.3 2022/05/07 08:01:20 rillig Exp $
206b9b3e0SSimon J. Gerraty#
306b9b3e0SSimon J. Gerraty# Tests for an error in a dependency of the .END node.
406b9b3e0SSimon J. Gerraty#
506b9b3e0SSimon J. Gerraty# Before 2020-11-25, an error in the .END target did not print the "Stop."
606b9b3e0SSimon J. Gerraty# and exited with status 0.  The cause for this was a missing condition in
7*954401e6SSimon J. Gerraty# Compat_MakeAll in the handling of the .END node.
806b9b3e0SSimon J. Gerraty
906b9b3e0SSimon J. Gerratyall:
1006b9b3e0SSimon J. Gerraty	: $@
1106b9b3e0SSimon J. Gerraty
1206b9b3e0SSimon J. Gerraty.END: failing
1306b9b3e0SSimon J. Gerraty	: Making ${.TARGET} from ${.ALLSRC}.
1406b9b3e0SSimon J. Gerraty
1506b9b3e0SSimon J. Gerratyfailing: .PHONY
1606b9b3e0SSimon J. Gerraty	false
17