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/nix
base: 0e9fb4a8692f
Choose a base ref
...
head repository: NixOS/nix
compare: 31826c60e189
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 18, 2020

  1. fix make's impurity on /bin/sh

    This is important when using tooling like BEAR to generate
    compilation database since the used glibc version needs to match
    for LD_PRELOAD to work. It might be also beneficial when building
    on systems other than NixOS with nix develop since /bin/sh might
    be not bash (which is what all nix devs use for testing).
    This fix is not perfect because Makefile.config.in itself is
    also build with make but strictly better than the status quo.
    Mic92 committed Jul 18, 2020
    Copy the full SHA
    5526683 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3832 from Mic92/shell-impurity

    fix make's impurity on /bin/sh
    edolstra committed Jul 18, 2020
    Copy the full SHA
    31826c6 View commit details
    Browse the repository at this point in the history