]> Kevux Git Server - controller/commitdiff
Cleanup: The fakefile and settings files.
authorKevin Day <Kevin@kevux.org>
Fri, 2 Aug 2024 02:47:07 +0000 (21:47 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 2 Aug 2024 04:12:00 +0000 (23:12 -0500)
data/build/settings
data/build/settings.controller
data/build/settings.init
data/build/stand_alone/fakefile
data/build/stand_alone/settings.controller
data/build/stand_alone/settings.init

index ae1e2517a49e7303456230846d8d8f430b8b76f9..36ef9c654da51870b47d554449e253d0abc3be9a 100644 (file)
@@ -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.
 #
index 9f3519a76aa532bb1ca80078492edba751f21226..74a270819bfe1d23694f04d44746c1969053404f 100644 (file)
@@ -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.
 #
index 22679193f9040739e639fa2a63aa5de8c675a289..be3fbfff052e44fbdcbf54a6168548b5994d2019 100644 (file)
@@ -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.
 #
index ce6ce4bf40dcbd4941a40d0014810d92811a6be4..0e3cb4c1a7b33359a7077e2baba349cf3ae29f04 100644 (file)
@@ -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
index b9e713b5e84b18ed71dde2c5fa1a5cbf5fc3a07e..95a6a95c7edd157552e67cb319f233de9a9ddb4e 100644 (file)
@@ -16,6 +16,7 @@
 #
 
 build_name controller
+stage stand_alone
 
 version_major 0
 version_minor 7
index 2b4e77947bdf76c62a852adf1722f009d7dd3c01..eaec85515e42f9a2c50b0de08a7a8aecd9a593f7 100644 (file)
@@ -16,6 +16,7 @@
 #
 
 build_name init
+stage stand_alone
 
 version_major 0
 version_minor 7