emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d0b9d35fbf7 2/2: Adjust nt/gnulib-cfg.mk to recent Gnulib import


From: Eli Zaretskii
Subject: master d0b9d35fbf7 2/2: Adjust nt/gnulib-cfg.mk to recent Gnulib import
Date: Thu, 2 Jan 2025 02:46:21 -0500 (EST)

branch: master
commit d0b9d35fbf733adf747df7eb55d4e9f35b53bdbe
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Adjust nt/gnulib-cfg.mk to recent Gnulib import
    
    * nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_dirent-h)
    (OMIT_GNULIB_MODULE_inttypes-h-incomplete)
    (OMIT_GNULIB_MODULE_stdio-h, OMIT_GNULIB_MODULE_stdlib-h)
    (OMIT_GNULIB_MODULE_sys_select-h, OMIT_GNULIB_MODULE_sys_stat-h)
    (OMIT_GNULIB_MODULE_sys_time-h, OMIT_GNULIB_MODULE_sys_types-h)
    (OMIT_GNULIB_MODULE_unistd-h): Rename to follow Gnulib renaming
    the modules from "FOO" to "FOO-h".
---
 nt/gnulib-cfg.mk | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index 3dc70a44c68..321a7fdd17f 100644
--- a/nt/gnulib-cfg.mk
+++ b/nt/gnulib-cfg.mk
@@ -47,7 +47,7 @@ OMIT_GNULIB_MODULE_at-internal = true
 OMIT_GNULIB_MODULE_canonicalize-lgpl = true
 OMIT_GNULIB_MODULE_careadlinkat = true
 OMIT_GNULIB_MODULE_copy-file-range = true
-OMIT_GNULIB_MODULE_dirent = true
+OMIT_GNULIB_MODULE_dirent-h = true
 OMIT_GNULIB_MODULE_dirfd = true
 OMIT_GNULIB_MODULE_fchmodat = true
 OMIT_GNULIB_MODULE_fcntl = true
@@ -61,7 +61,7 @@ OMIT_GNULIB_MODULE_fsusage = true
 OMIT_GNULIB_MODULE_futimens = true
 OMIT_GNULIB_MODULE_getdelim = true
 OMIT_GNULIB_MODULE_getline = true
-OMIT_GNULIB_MODULE_inttypes-incomplete = true
+OMIT_GNULIB_MODULE_inttypes-h-incomplete = true
 OMIT_GNULIB_MODULE_lchmod = true
 OMIT_GNULIB_MODULE_malloc-gnu = true
 OMIT_GNULIB_MODULE_malloc-posix = true
@@ -75,14 +75,14 @@ OMIT_GNULIB_MODULE_secure_getenv = true
 OMIT_GNULIB_MODULE_signal-h = true
 OMIT_GNULIB_MODULE_signbit = true
 OMIT_GNULIB_MODULE_size_max = true
-OMIT_GNULIB_MODULE_stdio = true
-OMIT_GNULIB_MODULE_stdlib = true
+OMIT_GNULIB_MODULE_stdio-h = true
+OMIT_GNULIB_MODULE_stdlib-h = true
 OMIT_GNULIB_MODULE_stpncpy = true
-OMIT_GNULIB_MODULE_sys_select = true
-OMIT_GNULIB_MODULE_sys_stat = true
-OMIT_GNULIB_MODULE_sys_time = true
-OMIT_GNULIB_MODULE_sys_types = true
-OMIT_GNULIB_MODULE_unistd = true
+OMIT_GNULIB_MODULE_sys_select-h = true
+OMIT_GNULIB_MODULE_sys_stat-h = true
+OMIT_GNULIB_MODULE_sys_time-h = true
+OMIT_GNULIB_MODULE_sys_types-h = true
+OMIT_GNULIB_MODULE_unistd-h = true
 OMIT_GNULIB_MODULE_utimens = true
 OMIT_GNULIB_MODULE_utimensat = true
 OMIT_GNULIB_MODULE_xsize = true



reply via email to

[Prev in Thread] Current Thread [Next in Thread]