summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/deptgt-begin-fail.mk
blob: 80cea25664ec41d760ba5043bd23ecaf36610319 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: deptgt-begin-fail.mk,v 1.1 2020/11/24 19:02:59 rillig Exp $
#
# Test for a .BEGIN target whose command results in an error.
# This stops make immediately and does not build the main targets.

.BEGIN:
	false

all:
	: This is not made.