Skip to content

Commit

Permalink
* common.mk (gdb-ruby): new target. it runs ruby under controlled by
Browse files Browse the repository at this point in the history
  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
  • Loading branch information
yugui committed Oct 4, 2008
1 parent bf437b7 commit 279c3cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Sat Oct 4 15:33:26 2008 Yuki Sonoda (Yugui) <[email protected]>

* 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 <[email protected]>

* lib/irb/irb/ext/save-history.rb: change load_history using File.expand_path. see [ruby-dev:36660]. Thanks Kouhei Sutou.
Expand Down
5 changes: 4 additions & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 279c3cb

Please sign in to comment.