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

ruby-changes:52552

From: k0kubun <ko1@a...>
Date: Mon, 17 Sep 2018 10:31:11 +0900 (JST)
Subject: [ruby-changes:52552] k0kubun:r64764 (trunk): common.mk: ruby tool/update-deps --fix

k0kubun	2018-09-17 10:31:06 +0900 (Mon, 17 Sep 2018)

  New Revision: 64764

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

  Log:
    common.mk: ruby tool/update-deps --fix
    
    tool/update-deps: tweak the comment to make sure it should be built in
    the source directory, because building ruby outside source directory
    failed on my trial.

  Modified files:
    trunk/common.mk
    trunk/tool/update-deps
Index: tool/update-deps
===================================================================
--- tool/update-deps	(revision 64763)
+++ tool/update-deps	(revision 64764)
@@ -13,9 +13,9 @@ https://github.com/ruby/ruby/blob/trunk/tool/update-deps#L13
 #   1. Compile ruby with -save-temps=obj option.
 #      Ex.  ./configure debugflags='-save-temps=obj -g' && make all golf
 #   2. Run tool/update-deps to show dependency problems.
-#      Ex.  ruby tool/update-deps
+#      Ex.  ./ruby tool/update-deps
 #   3. Use --fix to fix makefiles.
-#      Ex.  ruby tool/update-deps --fix
+#      Ex.  ./ruby tool/update-deps --fix
 #
 # Other usages:
 #   *  Fix makefiles using previously detected dependency problems
Index: common.mk
===================================================================
--- common.mk	(revision 64763)
+++ common.mk	(revision 64764)
@@ -2233,6 +2233,7 @@ mjit_compile.$(OBJEXT): $(CCAN_DIR)/cont https://github.com/ruby/ruby/blob/trunk/common.mk#L2233
 mjit_compile.$(OBJEXT): $(CCAN_DIR)/list/list.h
 mjit_compile.$(OBJEXT): $(CCAN_DIR)/str/str.h
 mjit_compile.$(OBJEXT): $(hdrdir)/ruby/ruby.h
+mjit_compile.$(OBJEXT): $(hdrdir)/ruby/version.h
 mjit_compile.$(OBJEXT): $(top_srcdir)/include/ruby.h
 mjit_compile.$(OBJEXT): {$(VPATH)}config.h
 mjit_compile.$(OBJEXT): {$(VPATH)}defines.h
@@ -2242,6 +2243,7 @@ mjit_compile.$(OBJEXT): {$(VPATH)}insns. https://github.com/ruby/ruby/blob/trunk/common.mk#L2243
 mjit_compile.$(OBJEXT): {$(VPATH)}insns_info.inc
 mjit_compile.$(OBJEXT): {$(VPATH)}intern.h
 mjit_compile.$(OBJEXT): {$(VPATH)}internal.h
+mjit_compile.$(OBJEXT): {$(VPATH)}iseq.h
 mjit_compile.$(OBJEXT): {$(VPATH)}method.h
 mjit_compile.$(OBJEXT): {$(VPATH)}missing.h
 mjit_compile.$(OBJEXT): {$(VPATH)}mjit.h

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

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