From: Kevin Day Date: Fri, 2 Aug 2024 02:47:07 +0000 (-0500) Subject: Cleanup: The fakefile and settings files. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=af23b0ba3a03b7676aef9112bc12170b7b193766;p=controller Cleanup: The fakefile and settings files. --- diff --git a/data/build/settings b/data/build/settings index ae1e251..36ef9c6 100644 --- a/data/build/settings +++ b/data/build/settings @@ -6,11 +6,11 @@ # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. # - clang: Use CLang rather than the default, which is generally GCC. +# - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. # - gcc: Use GCC specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. # - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. -# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # diff --git a/data/build/settings.controller b/data/build/settings.controller index 9f3519a..74a2708 100644 --- a/data/build/settings.controller +++ b/data/build/settings.controller @@ -6,11 +6,11 @@ # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. # - clang: Use CLang rather than the default, which is generally GCC. +# - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. # - gcc: Use GCC specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. # - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. -# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # diff --git a/data/build/settings.init b/data/build/settings.init index 2267919..be3fbff 100644 --- a/data/build/settings.init +++ b/data/build/settings.init @@ -6,11 +6,11 @@ # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. # - clang: Use CLang rather than the default, which is generally GCC. +# - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. # - gcc: Use GCC specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. # - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. -# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # diff --git a/data/build/stand_alone/fakefile b/data/build/stand_alone/fakefile index ce6ce4b..0e3cb4c 100644 --- a/data/build/stand_alone/fakefile +++ b/data/build/stand_alone/fakefile @@ -13,7 +13,7 @@ settings: fail exit - modes clang coverage fanalyzer gcc test thread threadless + modes clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/data/build/stand_alone/settings.controller b/data/build/stand_alone/settings.controller index b9e713b..95a6a95 100644 --- a/data/build/stand_alone/settings.controller +++ b/data/build/stand_alone/settings.controller @@ -16,6 +16,7 @@ # build_name controller +stage stand_alone version_major 0 version_minor 7 diff --git a/data/build/stand_alone/settings.init b/data/build/stand_alone/settings.init index 2b4e779..eaec855 100644 --- a/data/build/stand_alone/settings.init +++ b/data/build/stand_alone/settings.init @@ -16,6 +16,7 @@ # build_name init +stage stand_alone version_major 0 version_minor 7