Skip to content

Commit 131dd6e

Browse files
LitoMoretargos
authored andcommitted
build: remove unused comment in Makefile
PR-URL: #39171 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent d458cd7 commit 131dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ $(TARBALL): release-only doc-only
10671067
find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
10681068
find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
10691069
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)
10711071
tar -cf $(TARNAME).tar $(TARNAME)
10721072
$(RM) -r $(TARNAME)
10731073
gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz

0 commit comments

Comments
 (0)