rename bin/bmake to bin/make
[unleashed.git] / bin / make / unit-tests / doterror.mk
blob9030dce93bee7057dbb08aa5d768d448dbb9c444
1 # $Id: doterror.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
4 .BEGIN:
5 @echo At first, I am
7 .END:
8 @echo not reached
10 .ERROR:
11 @echo "$@: Looks like '${.ERROR_TARGET}' is upset."
13 all: happy sad
15 happy:
16 @echo $@
18 sad:
19 @echo and now: $@; exit 1