From d081b3c62dd487cbb0d0b87d99011bd793ec2701 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 8 Jul 2018 02:25:46 +0000 Subject: 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 --- common.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index c1caa1db7b..ce3a01eb55 100644 --- a/common.mk +++ b/common.mk @@ -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 -- cgit v1.2.3