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

ruby-changes:41204

From: naruse <ko1@a...>
Date: Thu, 24 Dec 2015 16:21:58 +0900 (JST)
Subject: [ruby-changes:41204] naruse:r53276 (trunk): * common.mk (fake.rb): $(arch)-fake.rb must depend miniruby because

naruse	2015-12-24 16:21:30 +0900 (Thu, 24 Dec 2015)

  New Revision: 53276

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

  Log:
    * common.mk (fake.rb): $(arch)-fake.rb must depend miniruby because
      it may depend miniruby.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53275)
+++ ChangeLog	(revision 53276)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Dec 24 16:17:47 2015  NARUSE, Yui  <naruse@r...>
+
+	* common.mk (fake.rb): $(arch)-fake.rb must depend miniruby because
+	  it may depend miniruby.
+
 Thu Dec 24 16:13:05 2015  NARUSE, Yui  <naruse@r...>
 
 	* common.mk (ripper.c): r50045 wrongly replace $(PWD) with ../..
Index: common.mk
===================================================================
--- common.mk	(revision 53275)
+++ common.mk	(revision 53276)
@@ -564,7 +564,7 @@ no-fake -fake: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L564
 
 # really doesn't depend on .o, just ensure newer than headers which
 # version.o depends on.
-$(arch)-fake.rb: $(srcdir)/template/fake.rb.in $(srcdir)/tool/generic_erb.rb version.$(OBJEXT)
+$(arch)-fake.rb: $(srcdir)/template/fake.rb.in $(srcdir)/tool/generic_erb.rb version.$(OBJEXT) miniruby$(EXEEXT)
 	$(ECHO) generating $@
 	$(Q) $(CPP) $(warnflags) $(XCFLAGS) $(CPPFLAGS) "$(srcdir)/version.c" | \
 	$(BOOTSTRAPRUBY) "$(srcdir)/tool/generic_erb.rb" -o $@ "$(srcdir)/template/fake.rb.in" \

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

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