mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add make runirb
rule
it's start irb on built ruby (not installed ruby).
This commit is contained in:
parent
efcf18f13e
commit
77544caaf4
1 changed files with 3 additions and 0 deletions
|
@ -1245,6 +1245,9 @@ run: fake miniruby$(EXEEXT) PHONY
|
|||
runruby: $(PROGRAM) PHONY
|
||||
RUBY_ON_BUG='gdb -x $(srcdir)/.gdbinit -p' $(RUNRUBY) $(RUNOPT0) $(TESTRUN_SCRIPT) $(RUNOPT)
|
||||
|
||||
runirb: $(PROGRAM) PHONY
|
||||
RUBY_ON_BUG='gdb -x $(srcdir)/.gdbinit -p' $(RUNRUBY) $(RUNOPT0) -r irb -e 'IRB.start("make runirb")' $(RUNOPT)
|
||||
|
||||
parse: fake miniruby$(EXEEXT) PHONY
|
||||
$(BTESTRUBY) --dump=parsetree_with_comment,insns $(TESTRUN_SCRIPT)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue