commit 582ce7ea40b16295be5fae1f3a546f89288bf987 parent c7158a8e44da00ea12e3aeb887e7e15c2237f368 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 5 May 2025 16:08:58 +0200 Fix some construction scripts Fix conflicts on RSys version and path error to template file Diffstat:
| M | src/cad-apps/city_generator2_0.3.1.sh | | | 2 | +- |
| M | src/cad-apps/star-meshtool_0.2.sh | | | 2 | +- |
| M | src/sci-libs/sleef_3.5.2-r0.sh | | | 4 | ++-- |
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/cad-apps/city_generator2_0.3.1.sh b/src/cad-apps/city_generator2_0.3.1.sh @@ -23,7 +23,7 @@ set -e . "cad-libs/star-cpr_0.5.1.sh" . "cad-libs/star-stl_0.5.1.sh" . "dev-libs/libcyaml_1.4.1.sh" -. "sys-libs/rsys_0.14.sh" +. "sys-libs/rsys_0.15.sh" name="city_generator2" tag="0.3.1" diff --git a/src/cad-apps/star-meshtool_0.2.sh b/src/cad-apps/star-meshtool_0.2.sh @@ -20,7 +20,7 @@ set -e . "misc/build.sh" . "cad-libs/star-stl_0.5.1.sh" -. "sys-libs/rsys_0.14.sh" +. "sys-libs/rsys_0.15.sh" name="star-meshtool" tag="0.2" diff --git a/src/sci-libs/sleef_3.5.2-r0.sh b/src/sci-libs/sleef_3.5.2-r0.sh @@ -22,8 +22,8 @@ export SLEEF_SH=1 tag=85440a5e87dae36ca1b891de14bc83b441ae7c43 -sed "s/@TAG@/${tag}/" "src/sleef.mk.in" +sed "s/@TAG@/${tag}/" "sci-libs/sleef.mk.in" # Add the template file as a prerequisite for the script invoked # i.e. the build file -printf "%s: src/sleef.mk.in\n" "$0" +printf '%s: src/sci-libs/sleef.mk.in\n' "$0"