emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 d66331a: Don't build the Gnulib 'utimens' module on MinGW


From: Eli Zaretskii
Subject: emacs-27 d66331a: Don't build the Gnulib 'utimens' module on MinGW
Date: Mon, 23 Mar 2020 10:38:29 -0400 (EDT)

branch: emacs-27
commit d66331aea4d86db17da2a4965e020274e623fda0
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Don't build the Gnulib 'utimens' module on MinGW
    
    * nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_utimens): Omit the
    'utimens' module in the MinGW build: 'utimens' is not used by
    Emacs, and 'fdutimens' is implemented in w32.c.
---
 nt/gnulib-cfg.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index 08e83e0..275fa61 100644
--- a/nt/gnulib-cfg.mk
+++ b/nt/gnulib-cfg.mk
@@ -63,3 +63,4 @@ OMIT_GNULIB_MODULE_sys_time = true
 OMIT_GNULIB_MODULE_sys_types = true
 OMIT_GNULIB_MODULE_unistd = true
 OMIT_GNULIB_MODULE_canonicalize-lgpl = true
+OMIT_GNULIB_MODULE_utimens = true



reply via email to

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