[前][次][番号順一覧][スレッド一覧]

ruby-changes:56392

From: Hiroshi <ko1@a...>
Date: Mon, 8 Jul 2019 20:32:50 +0900 (JST)
Subject: [ruby-changes:56392] Hiroshi SHIBATA: ad38f02645 (master): Adopt the directory structure of ruby repository for racc extension.

https://git.ruby-lang.org/ruby.git/commit/?id=ad38f02645

From ad38f026457304d677fde5dfa0d4d256fd4d6509 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 8 Jul 2019 20:31:40 +0900
Subject: Adopt the directory structure of ruby repository for racc extension.


diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 5cb5917..1746a42 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -214,9 +214,9 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L214
     `rm -rf lib/racc* ext/racc test/racc`
     `cp -rf ../racc/lib/racc* lib`
     `mkdir -p ext/racc/cparse`
-    `cp -rf ../racc/ext/racc/* ext/racc/cparse`
-    `rm -rf ext/racc/cparse/MANIFEST ext/racc/cparse/com`
+    `cp -rf ../racc/ext/racc/cparse/* ext/racc/cparse`
     `cp -rf ../racc/test test/racc`
+    `git checkout ext/racc/cparse/README`
   when "rexml", "rss", "matrix", "irb", "csv", "shell", "logger", "ostruct", "scanf", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "cmath", "mutex_m", "sync"
     sync_lib gem
   else
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]