mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (RUNRUBY): added RUNRUBYOPT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c392e6e666
commit
9cbc37f505
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 17 12:21:25 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in (RUNRUBY): added RUNRUBYOPT.
|
||||
|
||||
Mon Dec 17 11:38:59 2007 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* thread_win32.ci (native_thread_create): initialize
|
||||
|
|
|
@ -59,7 +59,7 @@ EXEEXT = @EXEEXT@
|
|||
PROGRAM=$(RUBY_INSTALL_NAME)$(EXEEXT)
|
||||
RUBY = $(RUBY_INSTALL_NAME)
|
||||
MINIRUBY = @MINIRUBY@ $(MINIRUBYOPT)
|
||||
RUNRUBY = @RUNRUBY@
|
||||
RUNRUBY = @RUNRUBY@ $(RUNRUBYOPT) --
|
||||
|
||||
#### End of system configuration section. ####
|
||||
|
||||
|
|
|
@ -1314,7 +1314,7 @@ if test x"$cross_compiling" = xyes; then
|
|||
else
|
||||
MINIRUBY='./miniruby$(EXEEXT)'
|
||||
PREP='miniruby$(EXEEXT)'
|
||||
RUNRUBY='$(MINIRUBY) $(srcdir)/runruby.rb --extout=$(EXTOUT) --'
|
||||
RUNRUBY='$(MINIRUBY) $(srcdir)/runruby.rb --extout=$(EXTOUT)'
|
||||
fi
|
||||
AC_SUBST(MINIRUBY)
|
||||
AC_SUBST(PREP)
|
||||
|
|
Loading…
Reference in a new issue