projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2351a6
)
Don't build the Gnulib 'utimens' module on MinGW
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 23 Mar 2020 14:37:27 +0000
(16:37 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 23 Mar 2020 14:37:27 +0000
(16:37 +0200)
* 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
patch
|
blob
|
history
diff --git
a/nt/gnulib-cfg.mk
b/nt/gnulib-cfg.mk
index 08e83e028da99425a36ef99231355868c483e55a..275fa61d3ff18622c45329b3d4a8a08579582558 100644
(file)
--- 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