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:
parent
c1b05c53b7
commit
e564a82a93
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
Wed Sep 10 11:59:10 2014 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* gc.c (gc_stat): update rdoc.
|
* gc.c (gc_stat): update rdoc.
|
||||||
|
|
|
@ -577,7 +577,7 @@ yes-runnable: PHONY
|
||||||
|
|
||||||
encs: enc trans
|
encs: enc trans
|
||||||
libencs: libenc libtrans
|
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 $@
|
$(ECHO) making $@
|
||||||
$(Q) $(MAKE) -f $(ENC_MK) V="$(V)" \
|
$(Q) $(MAKE) -f $(ENC_MK) V="$(V)" \
|
||||||
RUBY="$(MINIRUBY)" MINIRUBY="$(MINIRUBY)" \
|
RUBY="$(MINIRUBY)" MINIRUBY="$(MINIRUBY)" \
|
||||||
|
|
Loading…
Reference in a new issue