2022-05-07 11:01:20 +03:00
|
|
|
# $NetBSD: deptgt-end-fail-indirect.mk,v 1.3 2022/05/07 08:01:20 rillig Exp $
|
2020-11-24 20:59:42 +03:00
|
|
|
#
|
|
|
|
# Tests for an error in a dependency of the .END node.
|
|
|
|
#
|
|
|
|
# Before 2020-11-25, an error in the .END target did not print the "Stop."
|
|
|
|
# and exited with status 0. The cause for this was a missing condition in
|
2022-05-07 11:01:20 +03:00
|
|
|
# Compat_MakeAll in the handling of the .END node.
|
2020-11-24 20:59:42 +03:00
|
|
|
|
|
|
|
all:
|
|
|
|
: $@
|
|
|
|
|
|
|
|
.END: failing
|
2020-12-07 00:22:04 +03:00
|
|
|
: Making ${.TARGET} from ${.ALLSRC}.
|
2020-11-24 20:59:42 +03:00
|
|
|
|
|
|
|
failing: .PHONY
|
|
|
|
false
|