mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Revert "Do not include external library sources into packages"
This reverts commita042043487
. (cherry picked from commit8325094177
)
This commit is contained in:
parent
1636612cc1
commit
fb4df44d16
2 changed files with 1 additions and 3 deletions
|
@ -1320,9 +1320,8 @@ up::
|
||||||
yes::
|
yes::
|
||||||
no::
|
no::
|
||||||
|
|
||||||
EXTRACT_EXTLIBS = extract-extlibs
|
|
||||||
after-update:: $(REVISION_H)
|
after-update:: $(REVISION_H)
|
||||||
after-update:: $(EXTRACT_EXTLIBS)
|
after-update:: extract-extlibs
|
||||||
after-update:: extract-gems
|
after-update:: extract-gems
|
||||||
|
|
||||||
update-remote:: update-src update-download
|
update-remote:: update-src update-download
|
||||||
|
|
|
@ -463,7 +463,6 @@ def package(vcs, rev, destdir, tmp = nil)
|
||||||
end
|
end
|
||||||
vars.delete("UNICODE_FILES") # for stable branches
|
vars.delete("UNICODE_FILES") # for stable branches
|
||||||
vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
|
vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
|
||||||
vars["EXTRACT_EXTLIBS"] = ""
|
|
||||||
args = vars.dup
|
args = vars.dup
|
||||||
mk.gsub!(/@([A-Za-z_]\w*)@/) {args.delete($1); vars[$1] || ENV[$1]}
|
mk.gsub!(/@([A-Za-z_]\w*)@/) {args.delete($1); vars[$1] || ENV[$1]}
|
||||||
mk << commonmk.gsub(/\{\$([^(){}]*)[^{}]*\}/, "").sub(/^revision\.tmp::$/, '\& Makefile')
|
mk << commonmk.gsub(/\{\$([^(){}]*)[^{}]*\}/, "").sub(/^revision\.tmp::$/, '\& Makefile')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue