]> git.ipfire.org Git - thirdparty/automake.git/commit
Use higher-resolution file timestamps
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Feb 2023 22:17:52 +0000 (14:17 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Feb 2023 22:20:09 +0000 (14:20 -0800)
commit01bf65daf6f6627b56fbe78fc436fd877ccd3537
tree698dd4d16a59ddb57c6ee2b1d969ee73a644b30f
parent4e3744a15c4d8bdb46c11ead2fb56c5f591b714b
Use higher-resolution file timestamps

* lib/Automake/FileUtils.pm (mtime):
Return higher-resolution file timestamps.
This isn’t perfect, but it’s better than what we had.
Code change taken from Autoconf to partially fix a race
<https://bugs.gentoo.org/show_bug.cgi?id=782985>.
lib/Automake/FileUtils.pm