summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/doterror.mk
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-03-15 13:08:45 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-03-15 13:08:45 -0500
commit09cff699a514e452eccc6420f1213967b767cb3e (patch)
treee9888cd55d03c840b20d080af4e472453c910835 /usr.bin/make/unit-tests/doterror.mk
parentffeabdfb18fd21102159641f5258e8b1c473dec2 (diff)
downloaduserland-09cff699a514e452eccc6420f1213967b767cb3e.tar.gz
userland-09cff699a514e452eccc6420f1213967b767cb3e.tar.bz2
userland-09cff699a514e452eccc6420f1213967b767cb3e.tar.xz
userland-09cff699a514e452eccc6420f1213967b767cb3e.zip
rm bin/sh usr.bin/make: utilities provided by other packages
Diffstat (limited to 'usr.bin/make/unit-tests/doterror.mk')
-rw-r--r--usr.bin/make/unit-tests/doterror.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/usr.bin/make/unit-tests/doterror.mk b/usr.bin/make/unit-tests/doterror.mk
deleted file mode 100644
index 7f1c78f..0000000
--- a/usr.bin/make/unit-tests/doterror.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $Id: doterror.mk,v 1.1 2014/08/21 13:44:51 apb 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
-