* common.mk: remove dependency from ruby.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-06-20 05:01:36 +00:00
parent c81f8578c8
commit 36bc412513
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 20 14:00:34 2013 Koichi Sasada <ko1@atdot.net>
* common.mk: remove dependency from ruby.
Thu Jun 20 13:14:06 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* error.c (rb_check_backtrace): evaluate RARRAY_AREF only once.

View File

@ -426,15 +426,15 @@ rdoc-coverage: PHONY main
RDOCBENCHOUT=/tmp/rdocbench
gcbench-rdoc: PHONY ruby
gcbench-rdoc: PHONY
@echo Benchmark with Generating RDoc documentation
$(Q) $(XRUBY) "$(srcdir)/tool/gcbench.rb" "$(srcdir)/tool/rdocbench.rb" --root "$(srcdir)" --page-dir "$(srcdir)/doc" --encoding=UTF-8 --no-force-update --all --ri --debug $(RDOCFLAGS) --quiet "$(srcdir)"
gcbench-hash1: PHONY ruby
gcbench-hash1: PHONY
@echo "Benchmark with hashbench1 (many temporal objects / obj count intensive)"
$(Q) $(XRUBY) "$(srcdir)/tool/gcbench.rb" "$(srcdir)/tool/hashbench1.rb"
gcbench-hash2: PHONY ruby
gcbench-hash2: PHONY
@echo "Benchmark with hashbench2 (increasing hash size / malloc intensive)"
$(Q) $(XRUBY) "$(srcdir)/tool/gcbench.rb" "$(srcdir)/tool/hashbench2.rb"