mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
dc44df8a06
commit
eb3ca69935
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue