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

ruby-changes:36486

From: akr <ko1@a...>
Date: Wed, 26 Nov 2014 00:55:52 +0900 (JST)
Subject: [ruby-changes:36486] akr:r48568 (trunk): * common.mk (prereq): Don't depends on prelude.c and golf_prelude.c.

akr	2014-11-26 00:55:34 +0900 (Wed, 26 Nov 2014)

  New Revision: 48568

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

  Log:
    * common.mk (prereq): Don't depends on prelude.c and golf_prelude.c.
      Since they depend on $(PREP) which is miniruby, they are rebuilt
      after miniruby is built, even if tarball contains them.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48567)
+++ ChangeLog	(revision 48568)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Nov 26 00:41:44 2014  Tanaka Akira  <akr@f...>
+
+	* common.mk (prereq): Don't depends on prelude.c and golf_prelude.c.
+	  Since they depend on $(PREP) which is miniruby, they are rebuilt
+	  after miniruby is built, even if tarball contains them.
+
 Wed Nov 26 00:20:48 2014  Tanaka Akira  <akr@f...>
 
 	* template/prelude.c.tmpl: Don't expand RbConfig::Config[...].
Index: common.mk
===================================================================
--- common.mk	(revision 48567)
+++ common.mk	(revision 48568)
@@ -792,7 +792,7 @@ probes.dmyh: {$(srcdir)}probes.d $(srcdi https://github.com/ruby/ruby/blob/trunk/common.mk#L792
 
 probes.h: {$(VPATH)}probes.$(DTRACE_EXT)
 
-prereq: incs srcs preludes PHONY
+prereq: incs srcs {$(VPATH)}miniprelude.c PHONY
 
 preludes: {$(VPATH)}prelude.c
 preludes: {$(VPATH)}miniprelude.c

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

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