зеркало из https://github.com/github/ruby.git
* win32/Makefile.sub (fake.rb): should depend on version.h because
if RUBY_VERSION is updated, fake.rb need to say the new version to avoid install error in rbconfig.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4ce4f43f91
Коммит
c283ebb2d2
|
@ -1,3 +1,9 @@
|
|||
Thu Dec 26 16:10:41 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (fake.rb): should depend on version.h because
|
||||
if RUBY_VERSION is updated, fake.rb need to say the new version
|
||||
to avoid install error in rbconfig.rb.
|
||||
|
||||
Thu Dec 26 14:25:03 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* hash.c (HASH_REJECT_COPY_EXTRA_STATES): turn off the old
|
||||
|
|
|
@ -1034,7 +1034,7 @@ $(RCFILES): $(RBCONFIG) $(srcdir)/revision.h $(srcdir)/win32/resource.rb
|
|||
-so_name=$(RUBY_SO_NAME) \
|
||||
. $(icondirs) $(win_srcdir)
|
||||
|
||||
$(arch)-fake.rb: $(MKFILES)
|
||||
$(arch)-fake.rb: $(MKFILES) $(srcdir)/version.h
|
||||
@echo Creating <<$@
|
||||
class Object
|
||||
CROSS_COMPILING = RUBY_PLATFORM
|
||||
|
|
Загрузка…
Ссылка в новой задаче