Files
radaree2/subprojects/qjs.mk
2026-03-20 21:38:38 +01:00

22 lines
708 B
Makefile

# This file is autogenerated by acr-wrap
WRAP_wrap_git_url:=https://github.com/quickjs-ng/quickjs.git
WRAP_wrap_git_revision:=3087a2ce5bcb66cc1fcd9f34d3e5ce3bd43a67d9
WRAP_wrap_git_directory:=qjs
WRAP_wrap_git_patch_directory:=qjs
WRAP_wrap_git_depth:=1
.PHONY: qjs_clean qjs_all
qjs:
if [ ! -d "qjs" -o "3087a2ce5bcb66cc1fcd9f34d3e5ce3bd43a67d9" != "$(shell cd qjs 2>/dev/null && git rev-parse HEAD)" ]; then rm -rf "qjs"; ${MAKE} qjs_all; fi
qjs_all:
git clone --no-checkout --depth=1 https://github.com/quickjs-ng/quickjs.git qjs
cd qjs && git fetch --depth=1 origin 3087a2ce5bcb66cc1fcd9f34d3e5ce3bd43a67d9
cd qjs && git checkout FETCH_HEAD
cp -rf packagefiles/qjs/* qjs
qjs_clean:
rm -rf qjs