]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: omit make subsecond tests if at one-second resolution.
authorKarl Berry <karl@freefriends.org>
Thu, 13 Jun 2024 01:24:14 +0000 (18:24 -0700)
committerKarl Berry <karl@freefriends.org>
Thu, 13 Jun 2024 01:24:14 +0000 (18:24 -0700)
commitdf2ff7cb69c331f2dc622e77e4dab8f64c93d0db
treebfd744a79bde923278426cf72a2fb085cb6045aa
parent0728c58907111dc74a4865750f90bc76df153d3e
automake: omit make subsecond tests if at one-second resolution.

Partially ameliorates report from Bruno Haible, thread at
https://lists.gnu.org/archive/html/automake/2024-06/msg00015.html

* m4/sanity.m4 (_AM_FILESYSTEM_TIMESTAMP_RESOLUTION): if
resolution is only one second, assume make works, to
avoid several sleeps.
m4/sanity.m4