[前][次][番号順一覧][スレッド一覧]

ruby-changes:51669

From: k0kubun <ko1@a...>
Date: Sun, 8 Jul 2018 11:25:51 +0900 (JST)
Subject: [ruby-changes:51669] k0kubun:r63881 (trunk): common.mk: drop obsoleted `make tbench`

k0kubun	2018-07-08 11:25:46 +0900 (Sun, 08 Jul 2018)

  New Revision: 63881

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63881

  Log:
    common.mk: drop obsoleted `make tbench`
    
    benchmark/bmx_* files haven't existed since r37263 and thus it runs
    nothing.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 63880)
+++ common.mk	(revision 63881)
@@ -808,7 +808,7 @@ $(ENC_MK): $(srcdir)/enc/make_encmake.rb https://github.com/ruby/ruby/blob/trunk/common.mk#L808
 .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 https://github.com/ruby/ruby/blob/trunk/common.mk#L1127
 	            --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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]