mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
show BASERUBY's version on make showflags
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
be264f4a65
commit
f65c682fbd
1 changed files with 1 additions and 0 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue