Update sync task for the directory structure of cparse and ignore JRuby files.

This commit is contained in:
Hiroshi SHIBATA 2019-06-20 15:00:40 +09:00
Родитель 45e939f5ad
Коммит 71ebf6d8e5
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -213,7 +213,9 @@ def sync_default_gems(gem)
when "racc"
`rm -rf lib/racc* ext/racc test/racc`
`cp -rf ../racc/lib/racc* lib`
`cp -rf ../racc/ext/racc* ext`
`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/test test/racc`
when "rexml", "rss", "matrix", "irb", "csv", "shell", "logger", "ostruct", "scanf", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "cmath", "mutex_m", "sync"
sync_lib gem