| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1067,7 +1067,7 @@ $(TARBALL): release-only doc-only | |||
| 1067 | 1067 | find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM) | |
| 1068 | 1068 | find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r | |
| 1069 | 1069 | find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM) | |
| 1070 | - find $(TARNAME)/ -type l | xargs $(RM) # annoying on windows | ||
| 1070 | + find $(TARNAME)/ -type l | xargs $(RM) | ||
| 1071 | 1071 | tar -cf $(TARNAME).tar $(TARNAME) | |
| 1072 | 1072 | $(RM) -r $(TARNAME) | |
| 1073 | 1073 | gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz | |
| Back | FazBrowse Home | New Git URL |
0 commit comments