aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/error.mk
blob: 0029b3bc6aa989a57753eb1196dde6b4d971d23b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: error.mk,v 1.3 2020/11/03 17:38:45 rillig Exp $
#
# Demonstrate that the .error directive exits immediately, without
# continuing parsing until the end of the file.

.info just FYI
.warning this could be serious
.error this is fatal
.info this is not reached because of the .error above

all:
	: this is not reached because of the .error