summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-27 20:33:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-27 23:33:56 +0900
commita042043487eb4c7d39307b8e784ede1856455c3e (patch)
tree22bb9e1e0295776affa6ea6c7f863e8a4d84b718 /tool/make-snapshot
parentf6a080047e960e8b1821a97850830286ce9dee1c (diff)
downloadruby-a042043487eb4c7d39307b8e784ede1856455c3e.tar.gz
Do not include external library sources into packages
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 131d7b91c9..869eb297b8 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -463,6 +463,7 @@ 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')