summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2021-12-25 21:22:02 +0900
committerNARUSE, Yui <naruse@airemix.jp>2021-12-25 21:22:02 +0900
commit8325094177de60d365b2b5507488f0b53d11c736 (patch)
treefb3e8d31e910ca08f9d3e2a7ee7e3f0478b37c5e /tool/make-snapshot
parent82c8acbcfd3197e19620dc6024d08c85ea99a05b (diff)
downloadruby-8325094177de60d365b2b5507488f0b53d11c736.tar.gz
Revert "Do not include external library sources into packages"
This reverts commit a042043487eb4c7d39307b8e784ede1856455c3e.
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 27618c7b83..5c66d5b76f 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -463,7 +463,6 @@ def package(vcs, rev, destdir, tmp = nil)
end
vars.delete("UNICODE_FILES") # for stable branches
vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
- vars["EXTRACT_EXTLIBS"] = ""
args = vars.dup
mk.gsub!(/@([A-Za-z_]\w*)@/) {args.delete($1); vars[$1] || ENV[$1]}
mk << commonmk.gsub(/\{\$([^(){}]*)[^{}]*\}/, "").sub(/^revision\.tmp::$/, '\& Makefile')