1# $NetBSD: directive-error.mk,v 1.3 2020/12/13 01:07:54 rillig Exp $ 2# 3# Tests for the .error directive, which prints an error message and exits 4# immediately, unlike other "fatal" parse errors, which continue to parse 5# until the end of the current top-level makefile. 6 7# TODO: Implementation 8 9all: 10 @:; 11