mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
simply show BASERUBY itself
* common.mk (showflags): simply show `BASERUBY` itself, because nmake does not supports backquote notation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
51fdac39eb
commit
369b74f899
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
|
|||
exts enc trans: $(SHOWFLAGS)
|
||||
showflags:
|
||||
$(MESSAGE_BEGIN) \
|
||||
" BASERUBY = `$(BASERUBY) -v`" \
|
||||
" BASERUBY = $(BASERUBY)" \
|
||||
" CC = $(CC)" \
|
||||
" LD = $(LD)" \
|
||||
" LDSHARED = $(LDSHARED)" \
|
||||
|
|
Loading…
Add table
Reference in a new issue