From 980c5408489a3a3a56e49c3873f1bce6a0155cad Mon Sep 17 00:00:00 2001 From: PS
Date: Sun, 1 Feb 2026 12:02:03 +0100 Subject: version 0.2.0.0 --- src/bin/compile-db | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 src/bin/compile-db (limited to 'src/bin/compile-db') diff --git a/src/bin/compile-db b/src/bin/compile-db new file mode 100755 index 0000000..22b63b4 --- /dev/null +++ b/src/bin/compile-db @@ -0,0 +1,27 @@ +#!@shebangdir@/execlineb -WS2 + +# ISC license. + +multisubstitute { + define CONFIGDIR ${1} + define LIVEDIR ${2} +} + +backtick -ED" " OLDDB { realpath ${CONFIGDIR}/compiled } +backtick -E DATE { date +%s } +elglob SOURCES ${CONFIGDIR}/src/* + +if { s6-rc-compile -v2 ${CONFIGDIR}/compiled-${DATE} ${SOURCES} } + +if { + if -x0 { eltest -d ${LIVEDIR} } + if -n -x0 { s6-rc-update -v2 -l ${LIVEDIR} ${CONFIGDIR}/compiled-${DATE} } + if { s6-rc-update -v2 -l ${LIVEDIR} ${CONFIGDIR}/compiled } + if { rm -Rf ${CONFIGDIR}/compiled-${DATE} } + exit 1 +} + +if { ln -sf compiled-${DATE} ${CONFIGDIR}/compiled/compiled } +if { mv -f ${CONFIGDIR}/compiled/compiled ${CONFIGDIR}/ } + +rm -Rf ${OLDDB} -- cgit v1.2.3