mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (dist): Changed its dependencies and
action. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
16c95b42ce
commit
140048b59d
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Sep 26 17:25:10 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* common.mk (dist): Changed its dependencies and
|
||||
action.
|
||||
|
||||
Fri Sep 26 17:07:04 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* error.c (Init_syserr): moved to the template.
|
||||
|
|
|
@ -715,8 +715,8 @@ run.gdb:
|
|||
gdb: miniruby$(EXEEXT) run.gdb PHONY
|
||||
gdb -x run.gdb --quiet --args $(MINIRUBY) $(srcdir)/test.rb
|
||||
|
||||
dist: $(PREP) $(PROGRAM)
|
||||
$(srcdir)/tool/make-snapshot . $(TARNAME)
|
||||
dist: $(PREP)
|
||||
$(BASERUBY) $(srcdir)/tool/make-snapshot .
|
||||
|
||||
up:
|
||||
@$(VCS) up "$(srcdir)"
|
||||
|
|
Loading…
Reference in a new issue