]> git.eshelyaron.com Git - emacs.git/commitdiff
Port to current Gnulib some more
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Feb 2022 19:23:05 +0000 (11:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Feb 2022 19:41:02 +0000 (11:41 -0800)
* admin/merge-gnulib: Remove lib/stdio-read.c and lib/stdio-write.c,
as Emacs doesn’t need these new Gnulib files.

admin/merge-gnulib

index 73b3d3904990a149910b1b34e17467d81e535357..4045eabf4e4a2956cad183d5738559b7fc3e8208 100755 (executable)
@@ -109,7 +109,9 @@ done
 
 "$gnulib_srcdir"/gnulib-tool --dir="$src" $GNULIB_TOOL_FLAGS \
        $avoided_flags $GNULIB_MODULES &&
-rm -- "$src"lib/gl_openssl.h "$src"m4/fcntl-o.m4 \
+rm -- "$src"lib/gl_openssl.h \
+      "$src"lib/stdio-read.c "$src"lib/stdio-write.c \
+      "$src"m4/fcntl-o.m4 \
       "$src"m4/gl-openssl.m4 \
       "$src"m4/gnulib-cache.m4 "$src"m4/gnulib-tool.m4 \
       "$src"m4/manywarnings-c++.m4 \