Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-11 19:18:30 +0400
committerisaacs <i@izs.me>2012-06-11 19:19:55 +0400
commit76f6a4abb464c8d2d6cb62361bb016828c8369e7 (patch)
tree701e6aa734a7f658d416674e40b68c1309f0f360 /Makefile
parent5432a1d985df7df57db4106af72dc880d40ea497 (diff)
Remove dep symlinks from tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a47b7c6deb..f2b9c32b654 100644
--- 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