mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 07:00:30 +00:00
Add missing capstone-patch rule
This commit is contained in:
parent
ecfb908b6c
commit
ffd0573fc8
@ -268,6 +268,7 @@ else
|
|||||||
|
|
||||||
capstone: capstone-sync
|
capstone: capstone-sync
|
||||||
|
|
||||||
|
patch-capstone capstone-patch:
|
||||||
|
|
||||||
capstone-sync:
|
capstone-sync:
|
||||||
ifeq ($(WITHOUT_PULL),1)
|
ifeq ($(WITHOUT_PULL),1)
|
||||||
|
@ -179,6 +179,12 @@ else
|
|||||||
echo "Warning: Cannot find system wide capstone"
|
echo "Warning: Cannot find system wide capstone"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$NEED_CAPSTONE" = 1 ]; then
|
||||||
|
if [ ! -d shlr/capstone/.git -a ! -d .git ]; then
|
||||||
|
NEED_CAPSTONE=0
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$NEED_CAPSTONE" = 1 ]; then
|
if [ "$NEED_CAPSTONE" = 1 ]; then
|
||||||
if [ -d shlr/capstone ]; then
|
if [ -d shlr/capstone ]; then
|
||||||
${MAKE} -C shlr headsup 2> /dev/null || rm -rf shlr/capstone
|
${MAKE} -C shlr headsup 2> /dev/null || rm -rf shlr/capstone
|
||||||
|
Loading…
Reference in New Issue
Block a user