mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user