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
@ -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: distclean distclean-ext distclean-local distclean-enc distclean-golf distclean-extout
|
||||||
.PHONY: realclean realclean-ext realclean-local realclean-enc realclean-golf realclean-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: 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: update-mspec update-rubyspec test-rubyspec test-spec
|
||||||
.PHONY: touch-unicode-files
|
.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" \
|
--executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
||||||
--pattern=$(ITEM) --directory=$(srcdir)/benchmark $(OPTS)
|
--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:
|
run.gdb:
|
||||||
echo set breakpoint pending on > run.gdb
|
echo set breakpoint pending on > run.gdb
|
||||||
echo b ruby_debug_breakpoint >> run.gdb
|
echo b ruby_debug_breakpoint >> run.gdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user