Remove dep symlinks from tarball
authorisaacs <i@izs.me>
Mon, 11 Jun 2012 15:18:30 +0000 (08:18 -0700)
committerisaacs <i@izs.me>
Mon, 11 Jun 2012 15:19:55 +0000 (08:19 -0700)
Makefile

index 1a47b7c6debc51c5a97382ceceebab45a172deb2..f2b9c32b6548622cdb5e06519a03e9b520a0fdb8 100644 (file)
--- a/Makefile
+++ b/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