summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-16 12:04:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-16 12:04:34 +0000
commit7b664abad13b9455e6bf9325f98e384e36e261ad (patch)
treee7553210da25fe7c8d2e9c3560ec54c8e3619213 /tool
parenta44caf8067fec366b2344c58d82de4e3fb0906d1 (diff)
common.mk: separate unicode headers
* common.mk (UNICODE_HDR_DIR): separate unicode header files from unicode data files. [ruby-core:76879] [Bug #12677] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot7
1 files changed, 0 insertions, 7 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 36a83ad658..73278a34bc 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -326,10 +326,6 @@ update-gems:
f.puts mk
end
system("make", "prereq", *args.map {|arg| arg.join("=")})
- Dir.glob("enc/unicode/data/*/*.h") do |f|
- FileUtils::Verbose.mkpath("."+File.dirname(f[12..-1]))
- FileUtils::Verbose.mv(f, "."+f[12..-1])
- end
clean.push("rbconfig.rb", ".rbconfig.time", "enc.mk")
print "prerequisites"
else
@@ -338,9 +334,6 @@ update-gems:
vcs.after_export(".") if exported
FileUtils.rm_rf(clean) unless $keep_temp
FileUtils.rm_rf(".downloaded-cache")
- if File.directory?(".data")
- FileUtils.mv(".data", "enc/unicode/data")
- end
if File.exist?("gems/bundled_gems")
gems = Dir.glob("gems/*.gem")
gems -= File.readlines("gems/bundled_gems").map {|line|