summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/error.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/unit-tests/error.mk')
-rw-r--r--devel/bmake/files/unit-tests/error.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/bmake/files/unit-tests/error.mk b/devel/bmake/files/unit-tests/error.mk
new file mode 100644
index 00000000000..5bda812b604
--- /dev/null
+++ b/devel/bmake/files/unit-tests/error.mk
@@ -0,0 +1,10 @@
+# $Id: error.mk,v 1.1.1.1 2015/05/19 21:36:45 joerg Exp $
+
+.info just FYI
+.warning this could be serious
+.error this is fatal
+
+all:
+
+.info.html:
+ @echo this should be ignored