* 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
---
 build-aux/gen-lists-of-programs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/gen-lists-of-programs.sh 
b/build-aux/gen-lists-of-programs.sh
index 454eba0aa..1892b1aeb 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.51.1


Reply via email to