summaryrefslogtreecommitdiff
path: root/unit-tests/doterror
blob: 75d8920ac7e7390d6527b14b78314d1f0cc84c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: doterror,v 1.1.1.1 2010/04/08 17:43:00 sjg Exp $


.BEGIN:
	@echo At first, I am

.END:
	@echo not reached

.ERROR:
	@echo "$@: Looks like '${.ERROR_TARGET}' is upset."

all:	happy sad

happy:
	@echo $@

sad:
	@echo and now: $@; exit 1