File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments