Skip to content

Commit

Permalink
Remove dep symlinks from tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 11, 2012
1 parent 5432a1d commit 76f6a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76f6a4a

Please sign in to comment.