From 8ed8d003f1eb25fed16c28f08bc26cb606257d1e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 30 Aug 2023 17:51:42 -0700 Subject: [PATCH] maint: Gnulib module gc Remove Gnulib modules that coreutils code no longer use directly. Some of these are used indirectly, but gnulib-tool should do that. * bootstrap.conf (gnulib_modules): Remove calloc-gnu, cloexec, getgroups, getpass-gnu, getugroups, getusershell, gnu-mae, group-member, lchown, mgetgroups, netinet_in, readlink, realloc-gnu, rename, rpmatch, stpncpy, tzset, wchar-single, wcswidth. --- bootstrap.conf | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 742d4b2f4..22e8cd031 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -39,23 +39,21 @@ gnulib_modules=" assure attribute autobuild - backupfile backup-rename + backupfile base32 base64 btowc buffer-lcm byteswap c-strcase - cl-strtod - cl-strtold - calloc-gnu canon-host canonicalize chmodat chown chownat - cloexec + cl-strtod + cl-strtold closein closeout config-h @@ -117,7 +115,6 @@ gnulib_modules=" fts full-read full-write - getgroups gethrxtime getline getloadavg @@ -125,19 +122,14 @@ gnulib_modules=" getndelim2 getopt-gnu getpagesize - getpass-gnu gettext-h gettime gettime-res - getugroups - getusershell git-version-gen gitlog-to-changelog - gnu-make gnu-web-doc-update gnumakefile gnupload - group-member hard-locale hash hash-triple @@ -154,7 +146,6 @@ gnulib_modules=" isblank largefile lchmod - lchown ldtoastr lib-ignore libgmp @@ -178,7 +169,6 @@ gnulib_modules=" mempcpy memrchr minmax - mgetgroups mkancesdirs mkdir mkdir-p @@ -189,13 +179,12 @@ gnulib_modules=" mkostemp mkstemp mktime - nullptr modechange mountlist mpsort - netinet_in nproc nstrftime + nullptr obstack open openat-safer @@ -223,19 +212,15 @@ gnulib_modules=" randperm rawmemchr read-file - readlink readtokens readtokens0 readutmp - realloc-gnu regex remove - rename renameat renameatu rmdir root-dev-ino - rpmatch safe-read same save-cwd @@ -256,7 +241,6 @@ gnulib_modules=" stdckdint stdlib-safer stpcpy - stpncpy strdup-posix strnlen strnumcmp @@ -275,7 +259,6 @@ gnulib_modules=" timer-time timespec tmpdir - tzset uname unicodeio unistd-safer @@ -295,8 +278,6 @@ gnulib_modules=" verify verror version-etc-fsf - wchar-single - wcswidth wcwidth winsz-ioctl winsz-termios -- 2.11.4.GIT