aboutsummaryrefslogtreecommitdiff
path: root/testcase
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-11-30 19:03:53 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-11-30 19:03:53 +0900
commit28da2379c3b819088f0a503fcd0bfdd27ab40879 (patch)
treec887743ca9af92ec12c703678d329c21fb28ce51 /testcase
parent77be80dde684e25ba057dd5082d569178a4b2e39 (diff)
[C++] Explicitly disallow $(shell) in other make constructs
Diffstat (limited to 'testcase')
-rw-r--r--testcase/strip_and_shell.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/testcase/strip_and_shell.mk b/testcase/strip_and_shell.mk
index db1bbf2..cb550f3 100644
--- a/testcase/strip_and_shell.mk
+++ b/testcase/strip_and_shell.mk
@@ -1,3 +1,4 @@
+# TODO(c-ninja): $(shell) in another make expression is not supported.
test:
echo $(strip $(shell pwd))