From 1c531b96c3251218c3a169c757b9888ae9d16901 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Mon, 28 Jun 2021 10:43:47 +0800 Subject: [PATCH] Remove unused comment Co-authored-by: Antoine du Hamel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a060d93827bc2..07a6d401c0f9bc 100644 --- a/Makefile +++ b/Makefile @@ -1093,7 +1093,7 @@ $(TARBALL): release-only doc-only find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM) find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM) - find $(TARNAME)/ -type l | xargs $(RM) # annoying on Windows + find $(TARNAME)/ -type l | xargs $(RM) tar -cf $(TARNAME).tar $(TARNAME) $(RM) -r $(TARNAME) gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz