[前][次][番号順一覧][スレッド一覧]

ruby-changes:32361

From: usa <ko1@a...>
Date: Thu, 26 Dec 2013 16:12:06 +0900 (JST)
Subject: [ruby-changes:32361] usa:r44440 (trunk): * win32/Makefile.sub (fake.rb): should depend on version.h because

usa	2013-12-26 16:11:51 +0900 (Thu, 26 Dec 2013)

  New Revision: 44440

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44440

  Log:
    * 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.

  Modified files:
    trunk/ChangeLog
    trunk/win32/Makefile.sub
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 44439)
+++ ChangeLog	(revision 44440)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Dec 26 16:10:41 2013  NAKAMURA Usaku  <usa@r...>
+
+	* 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@r...>
 
 	* hash.c (HASH_REJECT_COPY_EXTRA_STATES): turn off the old
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 44439)
+++ win32/Makefile.sub	(revision 44440)
@@ -1034,7 +1034,7 @@ $(RCFILES): $(RBCONFIG) $(srcdir)/revisi https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L1034
 			-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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]