From f3b30b28d8f5db3c223c785eefe482b7e333f71e Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 31 Mar 2023 21:29:19 -0500 Subject: [PATCH] Update: Rebuild the disable defines file and update the readme. Only a single change after rebuilding as per the readme. Rebuild the example as well. --- build/disable/about.txt | 4 ++-- build/disable/level_0/f_color.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build/disable/about.txt b/build/disable/about.txt index f36558e..52c5a02 100644 --- a/build/disable/about.txt +++ b/build/disable/about.txt @@ -33,11 +33,11 @@ Consider the following example using the fake dependencies for the stand alone b # echo $(cat level_3/fake/data/build/dependencies) Which prints: - # fss-0000 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_signal fl_control_group fl_conversion fl_directory fl_environment fl_execute fl_fss fl_iki fl_print fl_string fll_error fll_execute fll_file fll_fss fll_path fll_print fll_program + # fss-0000 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_signal f_thread fl_control_group fl_conversion fl_directory fl_environment fl_execute fl_fss fl_iki fl_print fl_string fll_error fll_execute fll_file fll_fss fll_path fll_print fll_program From this list, build the level_0: -# 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_signal ; do if [[ -f build/disable/level_0/$i.h ]] ; then echo >> build/stand_alone/fake.config.h && cat build/disable/level_0/$i.h >> build/stand_alone/fake.config.h ; fi ; done +# 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_signal f_thread; do if [[ -f build/disable/level_0/$i.h ]] ; then echo >> build/stand_alone/fake.config.h && cat build/disable/level_0/$i.h >> build/stand_alone/fake.config.h ; fi ; done From the list, build the level_1: diff --git a/build/disable/level_0/f_color.h b/build/disable/level_0/f_color.h index b28e67f..27c1b4b 100644 --- a/build/disable/level_0/f_color.h +++ b/build/disable/level_0/f_color.h @@ -15,6 +15,5 @@ #define _di_f_color_set_string_empty_s_ #define _di_f_color_set_t_ #define _di_f_color_string_s_ -#define _di_f_color_strings_s_ #define _di_f_color_t_ #define _di_f_color_terminal_s_ -- 1.8.3.1