1 1.1 rillig # $NetBSD: deptgt-begin-fail.mk,v 1.1 2020/11/24 19:02:59 rillig Exp $ 2 1.1 rillig # 3 1.1 rillig # Test for a .BEGIN target whose command results in an error. 4 1.1 rillig # This stops make immediately and does not build the main targets. 5 1.1 rillig 6 1.1 rillig .BEGIN: 7 1.1 rillig false 8 1.1 rillig 9 1.1 rillig all: 10 1.1 rillig : This is not made. 11