1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (encs enc trans libencs libenc libtrans): force to run

enk.mk because common.mk does not know the dependency, but enk.mk
  knows. [ruby-dev:48530] [Bug #10220]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-09-10 05:16:21 +00:00
parent c1b05c53b7
commit e564a82a93
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Wed Sep 10 14:14:57 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk (encs enc trans libencs libenc libtrans): force to run
enk.mk because common.mk does not know the dependency, but enk.mk
knows. [ruby-dev:48530] [Bug #10220]
Wed Sep 10 11:59:10 2014 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_stat): update rdoc.

View file

@ -577,7 +577,7 @@ yes-runnable: PHONY
encs: enc trans
libencs: libenc libtrans
encs enc trans libencs libenc libtrans: showflags $(ENC_MK) $(LIBRUBY) $(PREP)
encs enc trans libencs libenc libtrans: showflags $(ENC_MK) $(LIBRUBY) $(PREP) PHONY
$(ECHO) making $@
$(Q) $(MAKE) -f $(ENC_MK) V="$(V)" \
RUBY="$(MINIRUBY)" MINIRUBY="$(MINIRUBY)" \