summaryrefslogtreecommitdiffstats
path: root/20150505/unit-tests/error.mk
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-05-10 20:02:26 +0000
committersjg <sjg@FreeBSD.org>2015-05-10 20:02:26 +0000
commit168edd726ad8a54339e142aec8bee10c893b7326 (patch)
tree1e70dc5e5574c3e64ad07c94b7275fae0b638a40 /20150505/unit-tests/error.mk
parent6b3bd5224a01da593382e075c1de2696c3261ebe (diff)
downloadFreeBSD-src-168edd726ad8a54339e142aec8bee10c893b7326.zip
FreeBSD-src-168edd726ad8a54339e142aec8bee10c893b7326.tar.gz
Tag bmake-20150505
Diffstat (limited to '20150505/unit-tests/error.mk')
-rw-r--r--20150505/unit-tests/error.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/20150505/unit-tests/error.mk b/20150505/unit-tests/error.mk
new file mode 100644
index 0000000..c6b553e
--- /dev/null
+++ b/20150505/unit-tests/error.mk
@@ -0,0 +1,10 @@
+# $Id: error.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
+
+.info just FYI
+.warning this could be serious
+.error this is fatal
+
+all:
+
+.info.html:
+ @echo this should be ignored
OpenPOWER on IntegriCloud