Files
radaree2/subprojects/qjs.mk

22 lines
708 B
Makefile
Raw Permalink Normal View History

2024-12-13 19:46:05 +01:00
# This file is autogenerated by acr-wrap
2025-09-07 12:15:10 +02:00
WRAP_wrap_git_url:=https://github.com/quickjs-ng/quickjs.git
WRAP_wrap_git_revision:=3087a2ce5bcb66cc1fcd9f34d3e5ce3bd43a67d9
2024-12-13 19:46:05 +01:00
WRAP_wrap_git_directory:=qjs
WRAP_wrap_git_patch_directory:=qjs
WRAP_wrap_git_depth:=1
.PHONY: qjs_clean qjs_all
2024-12-13 19:46:05 +01:00
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:
2025-09-07 12:15:10 +02:00
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
2025-06-25 16:35:16 +02:00
cp -rf packagefiles/qjs/* qjs
2024-12-13 19:46:05 +01:00
qjs_clean:
rm -rf qjs