We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af22a66 commit 6942ae8Copy full SHA for 6942ae8
Makefile
@@ -1093,7 +1093,7 @@ $(TARBALL): release-only doc-only
1093
find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
1094
find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
1095
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
1096
- find $(TARNAME)/ -type l | xargs $(RM) # annoying on Windows
+ find $(TARNAME)/ -type l | xargs $(RM)
1097
tar -cf $(TARNAME).tar $(TARNAME)
1098
$(RM) -r $(TARNAME)
1099
gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz
0 commit comments