error.mk revision 1.3
11.3Srillig# $NetBSD: error.mk,v 1.3 2020/11/03 17:38:45 rillig Exp $
21.3Srillig#
31.3Srillig# Demonstrate that the .error directive exits immediately, without
41.3Srillig# continuing parsing until the end of the file.
51.1Sapb
61.1Sapb.info just FYI
71.1Sapb.warning this could be serious
81.1Sapb.error this is fatal
91.3Srillig.info this is not reached because of the .error above
101.1Sapb
111.1Sapball:
121.3Srillig	: this is not reached because of the .error
13