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

ruby-changes:26643

From: yugui <ko1@a...>
Date: Fri, 4 Jan 2013 20:19:29 +0900 (JST)
Subject: [ruby-changes:26643] yugui:r38694 (trunk): * Makefile.in (RBCONFIG): Moved from common.mk in order to use the

yugui	2013-01-04 20:19:19 +0900 (Fri, 04 Jan 2013)

  New Revision: 38694

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

  Log:
    * Makefile.in (RBCONFIG): Moved from common.mk in order to use the
      variable in Makefile.in.
    
    * win32/Makefie.sub (RBCONFIG): Ditto.

  Modified files:
    trunk/ChangeLog
    trunk/Makefile.in
    trunk/common.mk
    trunk/win32/Makefile.sub

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38693)
+++ ChangeLog	(revision 38694)
@@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Jan  4 20:17:06 2013  Yuki Yugui Sonoda  <yugui@y...>
+
+	* Makefile.in (RBCONFIG): Moved from common.mk in order to use the
+	  variable in Makefile.in.
+
+	* win32/Makefie.sub (RBCONFIG): Ditto.
+
 Fri Jan  4 19:45:50 2013  Yuki Yugui Sonoda  <yugui@y...>
 
 	* common.mk (run, parse): Use BTESTRUBY instead of MINIRUBY to handle
Index: common.mk
===================================================================
--- common.mk	(revision 38693)
+++ common.mk	(revision 38694)
@@ -21,7 +21,6 @@ RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/ruby https://github.com/ruby/ruby/blob/trunk/common.mk#L21
 STATIC_RUBY   = static-ruby
 
 EXTCONF       = extconf.rb
-RBCONFIG      = ./.rbconfig.time
 LIBRUBY_EXTS  = ./.libruby-with-ext.time
 REVISION_H    = ./.revision.time
 PLATFORM_D    = ./$(PLATFORM_DIR)/.time
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 38693)
+++ win32/Makefile.sub	(revision 38694)
@@ -390,6 +390,7 @@ MINIPRELUDE_C = $(srcdir)/miniprelude.c https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L390
 !else
 MINIPRELUDE_C = miniprelude.c
 !endif
+RBCONFIG      = .rbconfig.time
 
 !include $(srcdir)/common.mk
 
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 38693)
+++ Makefile.in	(revision 38694)
@@ -169,6 +169,7 @@ MKMAIN_CMD    = mkmain.sh https://github.com/ruby/ruby/blob/trunk/Makefile.in#L169
 
 NEWLINE_C     = newline.c
 MINIPRELUDE_C = miniprelude.c
+RBCONFIG      = .rbconfig.time
 
 SRC_FILE      = $<
 OS_SRC_FILE   = $<

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

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