From 6b8b17740858f841acc0e36b51d98274dff00404 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 22 Jun 2017 08:37:53 +0000 Subject: use --dump option for parse rule. * common.mk: use --dump=--dump=parsetree_with_comment,insns instead of tool/parse.rb. maybe nobody use this option so that I believe it is enough. previous "parse" rule doesn't run script but patched parse rule runs specified script (on miniruby). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 827735aa82..1e4ae6e384 100644 --- a/common.mk +++ b/common.mk @@ -1024,7 +1024,7 @@ runruby: $(PROGRAM) PHONY $(RUNRUBY) $(TESTRUN_SCRIPT) parse: fake miniruby$(EXEEXT) PHONY - $(BTESTRUBY) $(srcdir)/tool/parse.rb $(TESTRUN_SCRIPT) + $(BTESTRUBY) --dump=parsetree_with_comment,insns $(TESTRUN_SCRIPT) bisect: PHONY $(srcdir)/tool/bisect.sh miniruby $(srcdir) -- cgit v1.2.3