зеркало из https://github.com/github/ruby.git
* common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig.
[ruby-dev:38714] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
03f53e3c46
Коммит
fc16289627
|
@ -1,3 +1,8 @@
|
|||
Fri Jun 26 16:32:59 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig.
|
||||
[ruby-dev:38714]
|
||||
|
||||
Thu Jun 25 18:41:51 2009 Ryan Davis <ryand-ruby@zenspider.com>
|
||||
|
||||
* lib/minitest/*.rb: Imported minitest 1.4.2 r5269.
|
||||
|
|
|
@ -121,7 +121,7 @@ TESTRUN_SCRIPT = $(srcdir)/test.rb
|
|||
|
||||
BOOTSTRAPRUBY = $(BASERUBY)
|
||||
|
||||
COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prelude.rb
|
||||
COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -I. -rrbconfig $(srcdir)/tool/compile_prelude.rb
|
||||
|
||||
all: encs exts main
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче