From 6b399ad35229e7f00dd344b9516228925a111d49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Mon, 24 Nov 2025 13:17:22 +0000 Subject: [PATCH] build: kill(1), uptime(1): don't install by default * build-aux/gen-lists-of-programs.sh: kill and uptime are not installed by arch, debian, fedora, suse at least, so add to disabled list. Fixes https://github.com/coreutils/coreutils/issues/132 * NEWS: Mention the build change. --- NEWS | 5 +++++ build-aux/gen-lists-of-programs.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ed33d27aa8..019451d32e 100644 --- a/NEWS +++ b/NEWS @@ -43,6 +43,11 @@ GNU coreutils NEWS -*- outline -*- csplit, ls, and sort, now handle a more complete set of terminating signals. +** Build-related + + 'kill' and 'uptime' are no longer built by default. These programs can be + built with the --enable-install-program=kill,uptime configure option. + * Noteworthy changes in release 9.9 (2025-11-10) [stable] diff --git a/build-aux/gen-lists-of-programs.sh b/build-aux/gen-lists-of-programs.sh index 454eba0aa4..1892b1aebe 100755 --- a/build-aux/gen-lists-of-programs.sh +++ b/build-aux/gen-lists-of-programs.sh @@ -19,6 +19,8 @@ disabled_by_default_progs=' arch coreutils hostname + kill + uptime ' # Programs that can be built only when certain requisite system @@ -76,7 +78,6 @@ normal_progs=' head id join - kill link ln logname @@ -131,7 +132,6 @@ normal_progs=' unexpand uniq unlink - uptime vdir wc whoami -- 2.47.3