Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 723aa41

Browse filesBrowse files
codebytereMylesBorins
authored andcommitted
build: fix zlib tarball generation
PR-URL: #32094 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 4ed720e commit 723aa41
Copy full SHA for 723aa41

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,6 @@ $(TARBALL): release-only $(NODE_EXE) doc
10321032
$(RM) -r $(TARNAME)/deps/v8/samples
10331033
$(RM) -r $(TARNAME)/deps/v8/tools/profviz
10341034
$(RM) -r $(TARNAME)/deps/v8/tools/run-tests.py
1035-
$(RM) -r $(TARNAME)/deps/zlib/contrib # too big, unused
10361035
$(RM) -r $(TARNAME)/doc/images # too big
10371036
$(RM) -r $(TARNAME)/test*.tap
10381037
$(RM) -r $(TARNAME)/tools/cpplint.py
@@ -1043,6 +1042,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
10431042
$(RM) -r $(TARNAME)/tools/osx-pkg.pmdoc
10441043
find $(TARNAME)/deps/v8/test/* -type d ! -regex '.*/test/torque$$' | xargs $(RM) -r
10451044
find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
1045+
find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
10461046
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
10471047
find $(TARNAME)/ -type l | xargs $(RM) # annoying on windows
10481048
tar -cf $(TARNAME).tar $(TARNAME)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.