From be549899871e1f6d9104e6ac4300550774689819 Mon Sep 17 00:00:00 2001 From: Brian White Date: Fri, 22 Apr 2016 10:21:34 -0400 Subject: [PATCH] build: exclude tap files from tarballs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/6348 Reviewed-By: James M Snell Reviewed-By: Minwoo Jung Reviewed-By: Johan Bergström Reviewed-By: Jeremiah Senkpiel --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 92fe690cf0d1cf..d718a544531c34 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)