Skip to content

Commit fb4df44

Browse files
committedDec 25, 2021
Revert "Do not include external library sources into packages"
This reverts commit a042043. (cherry picked from commit 8325094)
1 parent 1636612 commit fb4df44

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎common.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -1320,9 +1320,8 @@ up::
13201320
yes::
13211321
no::
13221322

1323-
EXTRACT_EXTLIBS = extract-extlibs
13241323
after-update:: $(REVISION_H)
1325-
after-update:: $(EXTRACT_EXTLIBS)
1324+
after-update:: extract-extlibs
13261325
after-update:: extract-gems
13271326

13281327
update-remote:: update-src update-download

‎tool/make-snapshot

-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ def package(vcs, rev, destdir, tmp = nil)
463463
end
464464
vars.delete("UNICODE_FILES") # for stable branches
465465
vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
466-
vars["EXTRACT_EXTLIBS"] = ""
467466
args = vars.dup
468467
mk.gsub!(/@([A-Za-z_]\w*)@/) {args.delete($1); vars[$1] || ENV[$1]}
469468
mk << commonmk.gsub(/\{\$([^(){}]*)[^{}]*\}/, "").sub(/^revision\.tmp::$/, '\& Makefile')

0 commit comments

Comments
 (0)
Failed to load comments.