summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 05:41:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 05:41:11 +0000
commit90c36180dcbee80154bd9bd0b84b51f31207c296 (patch)
tree44d12166e4bc2be42ec3572e51d7c8632d4c7620
parentfe20002cb5103fef217597d837c26472d00ff3c6 (diff)
make-snapshot: remove Unicode data
* make-snapshot: remove Unicode data files, which are not necessary once all source have been generated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index d52e06fddf..12751f63d0 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -257,6 +257,7 @@ def package(vcs, rev, destdir, tmp = nil)
puts " done"
end
clean.add("autom4te.cache")
+ clean.add("enc/unicode/data")
print "creating prerequisites..."
if File.file?("common.mk") && /^prereq/ =~ commonmk = IO.read("common.mk")
puts