Skip to content
Commit 26de2d17 authored by Matthew Bauer's avatar Matthew Bauer
Browse files

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
parent 7beb1adc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment