summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/unit-tests/phony-end.mk
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-12-10 23:44:34 +0000
committersjg <sjg@FreeBSD.org>2015-12-10 23:44:34 +0000
commit65747233a88907179a981731283a046e43ff4033 (patch)
tree13efb180dd28e81dffd9e5e267c6e32071dd73db /contrib/bmake/unit-tests/phony-end.mk
parent3bc7f4d78d27696df85e118c07aa5a2630188922 (diff)
downloadFreeBSD-src-65747233a88907179a981731283a046e43ff4033.zip
FreeBSD-src-65747233a88907179a981731283a046e43ff4033.tar.gz
Merge bmake-20151201
Diffstat (limited to 'contrib/bmake/unit-tests/phony-end.mk')
-rw-r--r--contrib/bmake/unit-tests/phony-end.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/bmake/unit-tests/phony-end.mk b/contrib/bmake/unit-tests/phony-end.mk
new file mode 100644
index 0000000..07f4b02
--- /dev/null
+++ b/contrib/bmake/unit-tests/phony-end.mk
@@ -0,0 +1,9 @@
+# $Id: phony-end.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
+
+all ok also.ok bug phony:
+ @echo '${.TARGET .PREFIX .IMPSRC:L:@v@$v="${$v}"@}'
+
+.END: ok also.ok bug
+
+phony bug: .PHONY
+all: phony
OpenPOWER on IntegriCloud