From 131dd6ec4de7f80462fe6a65f0fd01edf722ec8c Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 27 Jun 2021 22:04:14 +0800 Subject: [PATCH] build: remove unused comment in Makefile PR-URL: https://github.com/nodejs/node/pull/39171 Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen Reviewed-By: James M Snell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 351411b094c864..7339bf8c59408f 100644 --- a/Makefile +++ b/Makefile @@ -1067,7 +1067,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