summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLouis Burda <contact@sinitax.com>2025-06-19 04:25:02 +0200
committerLouis Burda <contact@sinitax.com>2025-06-19 04:25:02 +0200
commitb9ba53bee164b9c3eee85170a7f395809b61c84a (patch)
treef3d6237b97ea78dd2460bd5ac21c3914e148b8a7 /lib
parent0a75f8259b198a702ed9f06e843e7c189463cec7 (diff)
downloadlibstrvec-c-b9ba53bee164b9c3eee85170a7f395809b61c84a.tar.gz
libstrvec-c-b9ba53bee164b9c3eee85170a7f395809b61c84a.zip
Update libs to rmk
Diffstat (limited to 'lib')
-rw-r--r--lib/liballoc/build.rmk.tmpl4
-rw-r--r--lib/libdvec/.subgitrc2
-rw-r--r--lib/libdvec/lib/liballoc/.gitignore2
-rw-r--r--lib/libdvec/lib/liballoc/build.rmk.tmpl (renamed from lib/libdvec/lib/liballoc/build.jst.tmpl)4
-rwxr-xr-xlib/libdvec/lib/liballoc/configure4
5 files changed, 9 insertions, 7 deletions
diff --git a/lib/liballoc/build.rmk.tmpl b/lib/liballoc/build.rmk.tmpl
index 410749d..32a2bc8 100644
--- a/lib/liballoc/build.rmk.tmpl
+++ b/lib/liballoc/build.rmk.tmpl
@@ -43,7 +43,7 @@ command clean
rm -rf build
command cleanall
- just clean
+ rmk clean
command install
install -m755 build/liballoc.a -t "#{DESTDIR}#{PREFIX}#{LIBDIR}"
@@ -56,5 +56,5 @@ command uninstall
rm -f "#{DESTDIR}#{PREFIX}#{INCLDIR}/allocator.h"
command all
- just build/liballoc.a build/liballoc.so build/test
+ rmk build/liballoc.a build/liballoc.so build/test
diff --git a/lib/libdvec/.subgitrc b/lib/libdvec/.subgitrc
index 5f1b14f..fc6eb5e 100644
--- a/lib/libdvec/.subgitrc
+++ b/lib/libdvec/.subgitrc
@@ -5,5 +5,5 @@ declare -A subgit subgitinfo
subgit[lib/liballoc]=1
subgitinfo[lib/liballoc/remote]='git@sinitax.com:sinitax/liballoc-c'
subgitinfo[lib/liballoc/branch]='master'
-subgitinfo[lib/liballoc/commit]='24d37e4298575df36399f32a6fa5ef10b005c964'
+subgitinfo[lib/liballoc/commit]='58d22d92829a0b774604c80f46195d0aa8a8aa99'
diff --git a/lib/libdvec/lib/liballoc/.gitignore b/lib/libdvec/lib/liballoc/.gitignore
index ac80ccf..b6a670a 100644
--- a/lib/libdvec/lib/liballoc/.gitignore
+++ b/lib/libdvec/lib/liballoc/.gitignore
@@ -1,6 +1,6 @@
compile_commands.json
build
-build.jst
+build.rmk
.cache
vgcore*
.gdb_history
diff --git a/lib/libdvec/lib/liballoc/build.jst.tmpl b/lib/libdvec/lib/liballoc/build.rmk.tmpl
index 410749d..32a2bc8 100644
--- a/lib/libdvec/lib/liballoc/build.jst.tmpl
+++ b/lib/libdvec/lib/liballoc/build.rmk.tmpl
@@ -43,7 +43,7 @@ command clean
rm -rf build
command cleanall
- just clean
+ rmk clean
command install
install -m755 build/liballoc.a -t "#{DESTDIR}#{PREFIX}#{LIBDIR}"
@@ -56,5 +56,5 @@ command uninstall
rm -f "#{DESTDIR}#{PREFIX}#{INCLDIR}/allocator.h"
command all
- just build/liballoc.a build/liballoc.so build/test
+ rmk build/liballoc.a build/liballoc.so build/test
diff --git a/lib/libdvec/lib/liballoc/configure b/lib/libdvec/lib/liballoc/configure
index 9b3f0eb..16d5220 100755
--- a/lib/libdvec/lib/liballoc/configure
+++ b/lib/libdvec/lib/liballoc/configure
@@ -1,3 +1,5 @@
#!/bin/sh
-tmpl "$@" build.jst.tmpl > build.jst
+set -ex
+
+tmpl "$@" build.rmk.tmpl > build.rmk