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

ruby-changes:18114

From: yugui <ko1@a...>
Date: Wed, 8 Dec 2010 17:27:15 +0900 (JST)
Subject: [ruby-changes:18114] Ruby:r30134 (ruby_1_9_2): merges r29693 from trunk into ruby_1_9_2.

yugui	2010-12-08 17:09:21 +0900 (Wed, 08 Dec 2010)

  New Revision: 30134

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

  Log:
    merges r29693 from trunk into ruby_1_9_2.
    --
    * common.mk (ext/ripper/ripper.c): RUBY needs to be set.

  Modified files:
    branches/ruby_1_9_2/common.mk
    branches/ruby_1_9_2/version.h

Index: ruby_1_9_2/common.mk
===================================================================
--- ruby_1_9_2/common.mk	(revision 30133)
+++ ruby_1_9_2/common.mk	(revision 30134)
@@ -758,7 +758,7 @@
 	@$(IFCHANGE) "--timestamp=$@" "$(srcdir)/revision.h" "$(srcdir)/revision.tmp"
 
 $(EXT_SRCS):
-	$(CHDIR) $(@D) && $(exec) $(MAKE) -f depend $(MFLAGS) top_srcdir=../.. srcdir=.
+	$(CHDIR) $(@D) && $(exec) $(MAKE) -f depend $(MFLAGS) top_srcdir=../.. srcdir=. RUBY=$(BASERUBY)
 
 ##
 
Index: ruby_1_9_2/version.h
===================================================================
--- ruby_1_9_2/version.h	(revision 30133)
+++ ruby_1_9_2/version.h	(revision 30134)
@@ -1,5 +1,5 @@
 #define RUBY_VERSION "1.9.2"
-#define RUBY_PATCHLEVEL 88
+#define RUBY_PATCHLEVEL 89
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 9
 #define RUBY_VERSION_TEENY 1

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

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