Skip to content

Commit

Permalink
Revert "Do not include external library sources into packages"
Browse files Browse the repository at this point in the history
This reverts commit a042043.

(cherry picked from commit 8325094)
  • Loading branch information
nurse committed Dec 25, 2021
1 parent 1636612 commit fb4df44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1320,9 +1320,8 @@ up::
yes::
no::

EXTRACT_EXTLIBS = extract-extlibs
after-update:: $(REVISION_H)
after-update:: $(EXTRACT_EXTLIBS)
after-update:: extract-extlibs
after-update:: extract-gems

update-remote:: update-src update-download
Expand Down
1 change: 0 additions & 1 deletion tool/make-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit fb4df44

Please sign in to comment.