]> Kevux Git Server - fll/commitdiff
Update: Add programs to bootstrap script.
authorKevin Day <Kevin@kevux.org>
Fri, 21 Feb 2025 03:02:46 +0000 (21:02 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 21 Feb 2025 03:02:46 +0000 (21:02 -0600)
Add several programs to the bootstrap program for the stand alone build.

Fix a comment.

build/scripts/bootstrap-example.sh

index 6f32dbcaf97462a191c66216cdd0cda3ac0d818b..a94e5560335f396eb30ef74d774e5e3df25ee6a9 100644 (file)
@@ -38,7 +38,7 @@
 # This is not intended to provide any extensive or thorough error handling.
 #
 # This script can also be run under zsh rather than bash by setting the environment variable SHELL_ENGINE to "zsh", such as:
-#   SHELL_ENGINE="zsh" zsh ./bootstrap-example.sh --help
+#   SHELL_ENGINE="zsh" zsh ./bootstrap-example.sh
 #
 
 if [[ ${SHELL_ENGINE} == "zsh" ]] ; then
@@ -206,7 +206,7 @@ if [[ ${1} == "monolithic" ]] ; then
 fi
 
 # The following in an example on building individual projects.
-for mode_part in fake utf8 ; do
+for mode_part in byte_dump example fake firewall utf8 ; do
   if [[ ${1} == "${mode_part}-individual" || ${1} == "${mode_part}-level" || ${1} == "${mode_part}-monolithic" || ${1} == "${mode_part}-stand_alone" ]] ; then
     break;
   fi