1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Adopt the directory structure of ruby repository for racc extension.

This commit is contained in:
Hiroshi SHIBATA 2019-07-08 20:31:40 +09:00
parent 995ae6d529
commit ad38f02645
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -214,9 +214,9 @@ def sync_default_gems(gem)
`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