From 03a0a896e94b25b42d912df3b88afe9637a77ab1 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 5 Dec 2025 20:56:20 -0600 Subject: [PATCH] Cleanup: Remove build settings objects that specify the default values. --- data/build/stand_alone/settings/settings.tacocat | 9 --------- data/build/tacocat/settings | 7 ------- data/build/tacocat/settings.tacocat | 7 ------- 3 files changed, 23 deletions(-) diff --git a/data/build/stand_alone/settings/settings.tacocat b/data/build/stand_alone/settings/settings.tacocat index dbd63dc..5e8317a 100644 --- a/data/build/stand_alone/settings/settings.tacocat +++ b/data/build/stand_alone/settings/settings.tacocat @@ -97,19 +97,10 @@ build_sources_program program/kevux/tools/tacocat/tacocat/config.c program/kevux build_sources_documentation man -build_script yes -build_shared yes build_static no path_headers -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/tacocat/settings b/data/build/tacocat/settings index a72cc85..80dc9de 100644 --- a/data/build/tacocat/settings +++ b/data/build/tacocat/settings @@ -67,8 +67,6 @@ build_sources_headers send/step/build.h send/step/check.h send/step/done.h send/ build_sources_documentation man -build_script yes -build_shared yes build_static no path_headers program/kevux/tools/tacocat/main @@ -84,11 +82,6 @@ path_program_static static path_sources sources/c/program/kevux/tools/tacocat/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/tacocat/settings.tacocat b/data/build/tacocat/settings.tacocat index bc63d87..7446092 100644 --- a/data/build/tacocat/settings.tacocat +++ b/data/build/tacocat/settings.tacocat @@ -59,8 +59,6 @@ build_sources_headers tacocat.h string.h build_sources_documentation man -build_script yes -build_shared yes build_static no path_headers program/kevux/tools/tacocat/tacocat @@ -76,11 +74,6 @@ path_program_static static path_sources sources/c/program/kevux/tools/tacocat/tacocat 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 -- 1.8.3.1