Skip to content

Commit 41161ea

Browse files
LitoMoretargos
authored andcommitted
build: remove unused comment in Makefile
PR-URL: #39171 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e266350 commit 41161ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ $(TARBALL): release-only doc-only
11011101
find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
11021102
find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
11031103
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
1104-
find $(TARNAME)/ -type l | xargs $(RM) # annoying on windows
1104+
find $(TARNAME)/ -type l | xargs $(RM)
11051105
tar -cf $(TARNAME).tar $(TARNAME)
11061106
$(RM) -r $(TARNAME)
11071107
gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz

0 commit comments

Comments
 (0)