Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4112aec98c04
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f1a111bbc5d8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2018

  1. 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
    matthewbauer committed Dec 3, 2018
    Copy the full SHA
    26de2d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51408 from matthewbauer/disable-subsecond-gnumake

    gnumake: disable subsecond mtime on darwin
    matthewbauer committed Dec 3, 2018
    Copy the full SHA
    f1a111b View commit details
    Browse the repository at this point in the history