]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid Gnulib modules mbiter, mbiterf
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Apr 2026 18:56:18 +0000 (11:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Apr 2026 19:32:47 +0000 (12:32 -0700)
* bootstrap.conf (avoided_gnulib_modules): Avoid mbiter and
mbiterf, for the same reason we avoid mbuiter and mbuiterf: these
modules are not needed because (due to mcel-prefer) we use mcel in
preference to mbiter/mbiterf/mbuiter/mbuiterf.

bootstrap.conf

index 6119c0f88ac20619bb490743fa82f478a7589aca..cf876dc35f886146f56bf439ad63a13dea8513ff 100644 (file)
@@ -20,6 +20,8 @@
 avoided_gnulib_modules='
   --avoid=canonicalize-lgpl
   --avoid=dummy
+  --avoid=mbiter
+  --avoid=mbiterf
   --avoid=mbuiter
   --avoid=mbuiterf
 '