add make runirb
rule
it's start irb on built ruby (not installed ruby).
This commit is contained in:
parent
efcf18f13e
commit
77544caaf4
@ -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…
x
Reference in New Issue
Block a user