From: Kevin Day Date: Sat, 6 Dec 2025 02:56:17 +0000 (-0600) Subject: Cleanup: Remove build settings objects that specify the default values. X-Git-Tag: 0.7.4~16 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=263967d7f8edca79ffc870d8aa73538084bd6202;p=controller Cleanup: Remove build settings objects that specify the default values. --- diff --git a/data/build/settings b/data/build/settings index bafd348..6e74b8f 100644 --- a/data/build/settings +++ b/data/build/settings @@ -99,28 +99,12 @@ build_sources_headers validate.h build_sources_documentation man -build_script yes -build_shared yes build_static no path_headers program/controller/main -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static path_sources sources/c/program/controller/main has_path_standard no -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes 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/settings.controller b/data/build/settings.controller index 72cb9e1..2f93e9e 100644 --- a/data/build/settings.controller +++ b/data/build/settings.controller @@ -61,28 +61,12 @@ build_sources_documentation man build_sources_setting controller -build_script yes -build_shared yes build_static no path_headers program/controller/controller -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static path_sources sources/c/program/controller/controller has_path_standard no -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes 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/settings.init b/data/build/settings.init index e55a0f8..78e973f 100644 --- a/data/build/settings.init +++ b/data/build/settings.init @@ -61,28 +61,12 @@ build_sources_documentation man build_sources_setting init -build_script yes -build_shared yes build_static no path_headers program/controller/init -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static path_sources sources/c/program/controller/init has_path_standard no -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes 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 e8f6918..555b3c7 100644 --- a/data/build/stand_alone/settings.controller +++ b/data/build/stand_alone/settings.controller @@ -127,27 +127,9 @@ build_sources_documentation man build_sources_setting controller -build_script yes -build_shared yes build_static no path_headers -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static - -has_path_standard yes -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes 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.init b/data/build/stand_alone/settings.init index b243ac3..9fe7d87 100644 --- a/data/build/stand_alone/settings.init +++ b/data/build/stand_alone/settings.init @@ -127,27 +127,9 @@ build_sources_documentation man build_sources_setting controller -build_script yes -build_shared yes build_static no path_headers -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static - -has_path_standard yes -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes 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