mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: drop obsoleted make tbench
benchmark/bmx_* files haven't existed since r37263 and thus it runs nothing. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bc4ecaa699
commit
d081b3c62d
1 changed files with 1 additions and 6 deletions
|
@ -808,7 +808,7 @@ $(ENC_MK): $(srcdir)/enc/make_encmake.rb $(srcdir)/enc/Makefile.in $(srcdir)/enc
|
|||
.PHONY: distclean distclean-ext distclean-local distclean-enc distclean-golf distclean-extout
|
||||
.PHONY: realclean realclean-ext realclean-local realclean-enc realclean-golf realclean-extout
|
||||
.PHONY: check test test-all btest btest-ruby test-basic test-knownbug
|
||||
.PHONY: run runruby parse benchmark benchmark-each tbench gdb gdb-ruby
|
||||
.PHONY: run runruby parse benchmark benchmark-each gdb gdb-ruby
|
||||
.PHONY: update-mspec update-rubyspec test-rubyspec test-spec
|
||||
.PHONY: touch-unicode-files
|
||||
|
||||
|
@ -1127,11 +1127,6 @@ benchmark-each: miniruby$(EXEEXT) PHONY
|
|||
--executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
||||
--pattern=$(ITEM) --directory=$(srcdir)/benchmark $(OPTS)
|
||||
|
||||
tbench: miniruby$(EXEEXT) PHONY
|
||||
$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
|
||||
--executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
||||
--pattern='bmx_' --directory=$(srcdir)/benchmark $(OPTS)
|
||||
|
||||
run.gdb:
|
||||
echo set breakpoint pending on > run.gdb
|
||||
echo b ruby_debug_breakpoint >> run.gdb
|
||||
|
|
Loading…
Reference in a new issue