summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2016-04-22 10:21:34 -0400
committerBrian White <mscdex@mscdex.net>2016-04-28 11:26:36 -0400
commitbe549899871e1f6d9104e6ac4300550774689819 (patch)
tree557a95a2eade950bd03d537b112f090ade0b04f8 /Makefile
parent89164a096d73da71562e09a18c5ce2b997f28513 (diff)
downloadandroid-node-v8-be549899871e1f6d9104e6ac4300550774689819.tar.gz
android-node-v8-be549899871e1f6d9104e6ac4300550774689819.tar.bz2
android-node-v8-be549899871e1f6d9104e6ac4300550774689819.zip
build: exclude tap files from tarballs
PR-URL: https://github.com/nodejs/node/pull/6348 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 92fe690cf0..d718a54453 100644
--- a/Makefile
+++ b/Makefile
@@ -455,6 +455,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
rm -rf $(TARNAME)/.{editorconfig,git*,mailmap}
rm -rf $(TARNAME)/tools/{eslint,eslint-rules,osx-pkg.pmdoc,pkgsrc}
rm -rf $(TARNAME)/tools/{osx-*,license-builder.sh,cpplint.py}
+ rm -rf $(TARNAME)/test*.tap
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs rm
find $(TARNAME)/ -type l | xargs rm # annoying on windows
tar -cf $(TARNAME).tar $(TARNAME)