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

index 1b6dcaad99ffbe3c5e17b7be185359910c37b5a9..437429b4586e7bf5d70c09ac243437d7f3c74632 100644 (file)
@@ -2,7 +2,7 @@
 
 settings:
   fail exit
-  modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless
+  modes individual individual_thread level monolithic 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 bb5b758352f7d27d187d5619b83b365c6289b714..d5ca4f4415fee707c65499d73e52fac7683463ae 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.
 #
@@ -23,7 +23,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless
+modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless
 modes_default monolithic thread gcc
 
 build_compiler gcc
index 2e287983e1ed812ac9cdd230b6da92486f020c7b..0d0f399ee4745717a43af1fcfbbd99884f53f9c9 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.
 #
@@ -23,7 +23,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless
+modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless
 modes_default monolithic thread gcc
 
 build_compiler gcc
index 9e0d397dd5367761fe777cabe90587e60163e313..4c7794d9eb975a1df7968d9b4f660a8a87215ac2 100644 (file)
@@ -13,7 +13,7 @@
 
 settings:
   fail exit
-  modes clang coverage fanalyzer gcc stand_alone 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 94771b97846786e6da3d9df8117354d2277c2f2e..990788f57b5d9b6bd964227067cd99949a6e6b24 100644 (file)
@@ -6,16 +6,18 @@
 #   fake -s data/build/stand_alone/settings.control clean build
 #
 # Modes:
-#   - 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.
-#   - test:        Compile for a test, such as unit testing.
-#   - thread:      Compile with thread support.
-#   - threadless:  Compile without thread support.
+#   - 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.
+#   - test:       Compile for a test, such as unit testing.
+#   - thread:     Compile with thread support.
+#   - threadless: Compile without thread support.
 #
 
 build_name control
+stage stand_alone
 
 version_major 0
 version_minor 7
@@ -23,7 +25,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes clang coverage fanalyzer gcc test thread threadless
+modes clang coverage fanalyzer gcc gcc_13 test thread threadless
 modes_default thread gcc
 
 build_compiler gcc