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
|
2026-03-20 21:38:38 +01:00
|
|
|
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
|
|
|
|
|
|
2025-08-30 17:44:14 +02:00
|
|
|
.PHONY: qjs_clean qjs_all
|
2024-12-13 19:46:05 +01:00
|
|
|
|
|
|
|
|
qjs:
|
2026-03-20 21:38:38 +01:00
|
|
|
if [ ! -d "qjs" -o "3087a2ce5bcb66cc1fcd9f34d3e5ce3bd43a67d9" != "$(shell cd qjs 2>/dev/null && git rev-parse HEAD)" ]; then rm -rf "qjs"; ${MAKE} qjs_all; fi
|
2025-06-28 14:34:47 +02:00
|
|
|
|
|
|
|
|
qjs_all:
|
2025-09-07 12:15:10 +02:00
|
|
|
git clone --no-checkout --depth=1 https://github.com/quickjs-ng/quickjs.git qjs
|
2026-03-20 21:38:38 +01:00
|
|
|
cd qjs && git fetch --depth=1 origin 3087a2ce5bcb66cc1fcd9f34d3e5ce3bd43a67d9
|
2025-02-06 22:12:17 +01:00
|
|
|
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
|