aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-10 10:07:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-10 10:07:41 +0000
commit5f21f34fe372d113db1252018ba502b3034fffd1 (patch)
treeae87c8afcb957abdd03126d90d9600040312d077 /Makefile.in
parent30a1ca89abbc2e16b0cd947d0f00917e0d473724 (diff)
downloadruby-5f21f34fe372d113db1252018ba502b3034fffd1.tar.gz
mjit_config.h: show content if verbose
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 947db0463b..4e495562e2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -538,6 +538,7 @@ un-runnable:
mjit_config.h:
$(ECHO) making $@
@{ \
+ $(Q:@=:) set -x; \
echo '#ifndef RUBY_MJIT_CONFIG_H'; \
echo '#define RUBY_MJIT_CONFIG_H 1'; \
set x $(CC) && shift && echo '#define MJIT_CC "'$$1'"' \\; \