зеркало из https://github.com/github/ruby.git
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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8b6f1beba6
Коммит
433c2714a1
|
@ -2233,6 +2233,7 @@ mjit_compile.$(OBJEXT): $(CCAN_DIR)/container_of/container_of.h
|
|||
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.inc
|
|||
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
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
# 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче