nixpkgs/pkgs/development/tools/build-managers/gnumake
Matthew Bauer 26de2d1780 gnumake: disable subsecond mtime on darwin
gnumake can support subsecond mtimes if it is available. But Darwin
doesn’t support setting subsecond mtimes until 10.13! So we can just
disable this check to avoid the issue where most of our built tools
use seconds but make uses nanoseconds. Might fix some parallel issues
along the way.

Fixes #51221
2018-12-03 08:31:57 -06:00
..
4.2 gnumake: disable subsecond mtime on darwin 2018-12-03 08:31:57 -06:00