From: Kevin Day Date: Tue, 27 Feb 2024 03:25:17 +0000 (-0600) Subject: Cleanup: Minor changes to bootstrap-example.sh. X-Git-Tag: 0.6.9~4 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=8553f1a804eaf62c2ea81966da357a928c114a5a;p=fll Cleanup: Minor changes to bootstrap-example.sh. --- diff --git a/build/scripts/bootstrap-example.sh b/build/scripts/bootstrap-example.sh index ad78611..9dff5cc 100644 --- a/build/scripts/bootstrap-example.sh +++ b/build/scripts/bootstrap-example.sh @@ -8,8 +8,8 @@ # # This only accepts one argument, followed by these optional arguments: # 1) One of "Modes" from below. -# 2) Optional, may be one of: +d, +l, +n, +V, +Q, +E, +N, +D, -X, --enable-shared, --enable-static, --disable-shared, --disable-static. -# 3) Optional, may be one of: -w, --work. +# 2) Optional, may be one of: +d, +l, +n, +V, +Q, +E, +N, +D, --enable-shared, --enable-static, --disable-shared, --disable-static. +# 3) Optional, may be one of: -w, --work, -X. # 4) Optional, may be: clang. # # Modes: @@ -145,6 +145,7 @@ if [[ ${1} == "individual" ]] ; then if [[ ${?} -eq 0 ]] ; then for i in f_type f_status f_memory f_type_array f_string f_utf f_account f_capability f_color f_console f_control_group f_conversion f_directory f_environment f_execute f_file f_fss f_iki f_limit f_path f_pipe f_print f_status_string f_serialize f_signal f_socket f_thread fl_control_group fl_conversion fl_directory fl_environment fl_execute fl_fss fl_iki fl_print fl_signal fl_string fl_utf fl_utf_file fll_control_group fll_error fll_execute fll_file fll_fss fll_fss_status_string fll_iki fll_path fll_print fll_program fll_status_string ; do + echo && echo "Processing ${i}." && cd package/individual/${i}-${version}/ &&