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