aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-02 15:38:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-02 15:38:28 +0000
commit2cd0961fe0ddfe1aa251bf7686da0a32acaba127 (patch)
treeda6fe6ed6b4e73c6fb6f80e243b00bc7bfbd8d16 /common.mk
parent513b8e3deafcbdf8e87e38e15098a3498ecc567d (diff)
downloadruby-2cd0961fe0ddfe1aa251bf7686da0a32acaba127.tar.gz
common.mk: show locale
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index bc7601c6ca..c8dba08491 100644
--- a/common.mk
+++ b/common.mk
@@ -203,6 +203,9 @@ showflags:
" CPPFLAGS = $(CPPFLAGS)" \
" DLDFLAGS = $(DLDFLAGS)" \
" SOLIBS = $(SOLIBS)" \
+ " LANG = $(LANG)" \
+ " LC_ALL = $(LC_ALL)" \
+ " LC_CTYPE = $(LC_CTYPE)" \
$(MESSAGE_END)
-@$(CC_VERSION)