]> Kevux Git Server - fll/commit
Update: Bootstrap script, changing the switch to loops and fixing static object build...
authorKevin Day <Kevin@kevux.org>
Thu, 11 Dec 2025 05:27:28 +0000 (23:27 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 11 Dec 2025 05:27:28 +0000 (23:27 -0600)
commit0b5947f7f9d4db3442cfd380fd7a844d00a06785
tree08082570410046b145fe7c097c2525205068615b
parente6ef82fb7a93a7d6fcb7d861cef845ab65e1876c
Update: Bootstrap script, changing the switch to loops and fixing static object build using shared value.

Using a loop with a counter allows for avoiding the need to manually specify each count.
This makes updating easier in that regard.

The number of values would make one huge loop so break it apart into multiple loops.

The object building for static objects is incorrectly using shared variables when it should instead use static variables.
build/scripts/bootstrap.sh