From 38d6ab11db6a833c8459035679739d5c415033c6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 8 Dec 2025 20:51:42 -0600 Subject: [PATCH] Update: Remove build settings that are supplied by defaults. --- build/stand_alone/byte_dump.settings | 9 --------- build/stand_alone/example.settings | 9 --------- build/stand_alone/fake.settings | 9 --------- build/stand_alone/utf8.settings | 9 --------- 4 files changed, 36 deletions(-) diff --git a/build/stand_alone/byte_dump.settings b/build/stand_alone/byte_dump.settings index 06d6e80..b9589fc 100644 --- a/build/stand_alone/byte_dump.settings +++ b/build/stand_alone/byte_dump.settings @@ -84,15 +84,6 @@ build_sources_documentation man build_static no path_headers fll -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 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/build/stand_alone/example.settings b/build/stand_alone/example.settings index b13db7a..7019f97 100644 --- a/build/stand_alone/example.settings +++ b/build/stand_alone/example.settings @@ -85,15 +85,6 @@ build_sources_documentation man build_static no path_headers fll -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 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/build/stand_alone/fake.settings b/build/stand_alone/fake.settings index 4d4a005..0159f15 100644 --- a/build/stand_alone/fake.settings +++ b/build/stand_alone/fake.settings @@ -111,15 +111,6 @@ build_sources_documentation man build_static no path_headers fll -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 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/build/stand_alone/utf8.settings b/build/stand_alone/utf8.settings index 94ba7d9..6db9413 100644 --- a/build/stand_alone/utf8.settings +++ b/build/stand_alone/utf8.settings @@ -85,15 +85,6 @@ build_sources_documentation man build_static no path_headers fll -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 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