Remove more unnecessary files from capstone in make dist

This commit is contained in:
pancake 2015-03-22 16:59:14 +01:00
parent 2e32d05986
commit 000781b07e

View File

@ -225,7 +225,7 @@ dist:
cd shlr && ${MAKE} capstone-sync
DIR=`basename $$PWD` ; \
FILES=`git ls-files | sed -e s,^,radare2-${VERSION}/,` ; \
CS_FILES=`cd shlr/capstone ; git ls-files | grep -v xcode | sed -e s,^,radare2-${VERSION}/shlr/capstone/,` ; \
CS_FILES=`cd shlr/capstone ; git ls-files | grep -v xcode | grep -v msvc | grep -v suite | grep -v bindings | grep -v tests | sed -e s,^,radare2-${VERSION}/shlr/capstone/,` ; \
cd .. && mv $${DIR} radare2-${VERSION} && \
${TAR} radare2-${VERSION}.tar $${FILES} $${CS_FILES} radare2-${VERSION}/ChangeLog ;\
${CZ} radare2-${VERSION}.tar ; \