summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-29 17:12:07 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-29 17:12:07 +0000
commitf65c682fbdedba843af1b296e64729649a229af9 (patch)
tree70186b5b206d287f8dd283194481e0681d2af0a9 /common.mk
parentbe264f4a657c65f364490388e0c1d7a0119b42d1 (diff)
show BASERUBY's version on `make showflags`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 04061ab513..f2261bf3bb 100644
--- a/common.mk
+++ b/common.mk
@@ -193,6 +193,7 @@ main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
exts enc trans: $(SHOWFLAGS)
showflags:
$(MESSAGE_BEGIN) \
+ " BASERUBY = `$(BASERUBY) -v`" \
" CC = $(CC)" \
" LD = $(LD)" \
" LDSHARED = $(LDSHARED)" \