Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLitoMore <litomore@gmail.com>2021-06-27 17:04:14 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-07-11 10:14:20 +0300
commit5e32644b6fbbc3d0e0407e4de723256e18534d5e (patch)
treed73dd5cedd5cd4a5961e4a7834af063cae91bf7b /Makefile
parent72f198b0b5b8df478e741ba655401c6ad6c47123 (diff)
build: remove unused comment in Makefile
PR-URL: https://github.com/nodejs/node/pull/39171 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 886011b9879..bf1890413ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1101,7 +1101,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