mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
Remove dep symlinks from tarball
This commit is contained in:
parent
5432a1d985
commit
76f6a4abb4
1
Makefile
1
Makefile
@ -224,6 +224,7 @@ $(TARBALL): node out/doc
|
||||
cp -r out/doc/api/* $(TARNAME)/doc/api/
|
||||
rm -rf $(TARNAME)/deps/v8/test # too big
|
||||
rm -rf $(TARNAME)/doc/images # too big
|
||||
find $(TARNAME)/ -type l | xargs rm # annoying on windows
|
||||
tar -cf $(TARNAME).tar $(TARNAME)
|
||||
rm -rf $(TARNAME)
|
||||
gzip -f -9 $(TARNAME).tar
|
||||
|
Loading…
Reference in New Issue
Block a user