From ba2206c8e607ee9453aecdd5e1c75b67186fa1a6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 5 Dec 2025 20:56:09 -0600 Subject: [PATCH] Cleanup: Remove build settings objects that specify the default values. --- data/build/settings | 16 ---------------- data/build/settings.control | 16 ---------------- data/build/stand_alone/settings.control | 18 ------------------ 3 files changed, 50 deletions(-) diff --git a/data/build/settings b/data/build/settings index 8b4e9ce..e260449 100644 --- a/data/build/settings +++ b/data/build/settings @@ -60,28 +60,12 @@ build_sources_headers action.h control.h packet.h payload.h process.h signal.h t build_sources_documentation man -build_script yes -build_shared yes build_static no path_headers program/control/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/control/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.control b/data/build/settings.control index d3d4b68..bf7ddf0 100644 --- a/data/build/settings.control +++ b/data/build/settings.control @@ -60,28 +60,12 @@ build_sources_documentation man build_sources_setting control -build_script yes -build_shared yes build_static no path_headers program/control/control -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/control/control 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.control b/data/build/stand_alone/settings.control index 2575cd4..0ae82a9 100644 --- a/data/build/stand_alone/settings.control +++ b/data/build/stand_alone/settings.control @@ -93,27 +93,9 @@ build_sources_program program/control/control/config.c program/control/control/m build_sources_documentation man -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 -- 1.8.3.1