зеркало из https://github.com/github/ruby.git
* common.mk (gdb-ruby): new target. it runs ruby under controlled by
gdb. * common.mk (dist): accepts RELNAME variable as the second argument of make-snapshot.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
bf437b73c6
Коммит
279c3cbdbe
|
@ -1,3 +1,11 @@
|
|||
Sat Oct 4 15:33:26 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* common.mk (gdb-ruby): new target. it runs ruby under controlled by
|
||||
gdb.
|
||||
|
||||
* common.mk (dist): accepts RELNAME variable as the second argument of
|
||||
make-snapshot.rb.
|
||||
|
||||
Sat Oct 4 12:17:46 2008 Keiju Ishitsuka <keiju@ruby-lang.org>
|
||||
|
||||
* lib/irb/irb/ext/save-history.rb: change load_history using File.expand_path. see [ruby-dev:36660]. Thanks Kouhei Sutou.
|
||||
|
|
|
@ -715,8 +715,11 @@ run.gdb:
|
|||
gdb: miniruby$(EXEEXT) run.gdb PHONY
|
||||
gdb -x run.gdb --quiet --args $(MINIRUBY) $(srcdir)/test.rb
|
||||
|
||||
gdb-ruby: $(PROGRAM) run.gdb PHONY
|
||||
gdb -x run.gdb --quiet --args $(PROGRAM) $(srcdir)/test.rb
|
||||
|
||||
dist:
|
||||
$(BASERUBY) $(srcdir)/tool/make-snapshot .
|
||||
$(BASERUBY) $(srcdir)/tool/make-snapshot tmp $(RELNAME)
|
||||
|
||||
up:
|
||||
@$(VCS) up "$(srcdir)"
|
||||
|
|
Загрузка…
Ссылка в новой задаче