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
1032
1032
$(RM ) -r $(TARNAME ) /deps/v8/samples
1033
1033
$(RM ) -r $(TARNAME ) /deps/v8/tools/profviz
1034
1034
$(RM ) -r $(TARNAME ) /deps/v8/tools/run-tests.py
1035
- $(RM ) -r $(TARNAME ) /deps/zlib/contrib # too big, unused
1036
1035
$(RM ) -r $(TARNAME ) /doc/images # too big
1037
1036
$(RM ) -r $(TARNAME ) /test* .tap
1038
1037
$(RM ) -r $(TARNAME ) /tools/cpplint.py
@@ -1043,6 +1042,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
1043
1042
$(RM ) -r $(TARNAME ) /tools/osx-pkg.pmdoc
1044
1043
find $(TARNAME ) /deps/v8/test/* -type d ! -regex ' .*/test/torque$$' | xargs $(RM ) -r
1045
1044
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
1046
1046
find $(TARNAME ) / -name " .eslint*" -maxdepth 2 | xargs $(RM )
1047
1047
find $(TARNAME ) / -type l | xargs $(RM ) # annoying on windows
1048
1048
tar -cf $(TARNAME ) .tar $(TARNAME )
You can’t perform that action at this time.
0 commit comments