mirror of
https://github.com/radareorg/radare2.git
synced 2026-04-13 13:26:00 +02:00
20 lines
527 B
Makefile
20 lines
527 B
Makefile
# This file is autogenerated by acr-wrap
|
|
|
|
WRAP_wrap_git_url:=https://github.com/radareorg/sdb.git
|
|
WRAP_wrap_git_revision:=2.4.2
|
|
WRAP_wrap_git_directory:=sdb
|
|
WRAP_wrap_git_depth:=1
|
|
|
|
.PHONY: sdb_clean sdb_all
|
|
|
|
sdb:
|
|
if [ ! -d "sdb" -o "2.4.2" != "$(shell cd sdb 2>/dev/null && git rev-parse HEAD)" ]; 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 2.4.2
|
|
cd sdb && git checkout FETCH_HEAD
|
|
|
|
sdb_clean:
|
|
rm -rf sdb
|