mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-05 04:56:10 +00:00
Remove more unnecessary files from capstone in make dist
This commit is contained in:
parent
2e32d05986
commit
000781b07e
2
Makefile
2
Makefile
@ -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 ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user