summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 16:02:21 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 16:02:21 +0000
commita889f3405f15bc2996dc307c5593a538986816ff (patch)
tree873e4c2ff80bfa29b8e456429df851eacdd11c5e /common.mk
parent7ba5c4e83b90a2e66ca3b3b7619b5d4565eaec4b (diff)
* tool/make-snapshot: do not use sha256sum; use BASERUBY instead
* common.mk (dist): use tool/make-snapshot instead git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 61a74e23f8..2ad5a44af7 100644
--- a/common.mk
+++ b/common.mk
@@ -826,8 +826,8 @@ vtune: miniruby$(EXEEXT)
vtl view -hf -mn miniruby$(EXEEXT) -sum -sort -cd
vtl view -ha -mn miniruby$(EXEEXT) -sum -sort -cd | $(RUNRUBY) $(srcdir)/tool/vtlh.rb > ha.lines
-dist: $(PROGRAM)
- $(RUNRUBY) $(srcdir)/distruby.rb
+dist: $(PREP) $(PROGRAM)
+ $(SHELL) $(srcdir)/tool/make-snapshot . $(TARNAME)
up:
@$(VCS) up "$(srcdir)"