radare2/subprojects/sdb.mk
2026-08-14 00:05:55 +02:00

19 lines
690 B
Makefile

# This file is autogenerated by acr-wrap
WRAP_wrap_git_url:=https://github.com/radareorg/sdb.git
WRAP_wrap_git_revision:=84c15597c5b3b2f40a117b3e09bc1516c29e64c7
WRAP_wrap_git_directory:=sdb
WRAP_wrap_git_depth:=1
.PHONY: sdb_clean sdb_all
sdb:
if [ ! -d "sdb" ] || ! (cd "sdb" 2>/dev/null && test "$$(git rev-parse HEAD 2>/dev/null)" = "$$(git rev-parse '84c15597c5b3b2f40a117b3e09bc1516c29e64c7^{commit}' 2>/dev/null)"); then rm -rf "sdb"; ${MAKE} sdb_all; fi
sdb_all:
git clone --no-checkout --depth=1 https://github.com/radareorg/sdb.git sdb
cd sdb && git fetch --depth=1 origin 84c15597c5b3b2f40a117b3e09bc1516c29e64c7
cd sdb && git checkout FETCH_HEAD
sdb_clean:
rm -rf sdb