Separate support derivation (and small related tweaks to the Makefile) #3172
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I aimed to not make any drastic or unneeded changes with this PR. Hopefully others agree that the small Makefile changes are all net positive in any context even if they were motivated in this case by a Nix refactor.
I tried to tell the story with the commit messages, but to enumerate the changes briefly:
SCHEME
env var separately, take advantage of the fact that this variable is known in stage 1 and carry it forward to stage 2 automatically.DYLD_LIBRARY_PATH
, just for good measure).TEST_
prefixes for library paths.Should this change go in the CHANGELOG?
implementation, I have updated
CHANGELOG.md
(and potentially alsoCONTRIBUTORS.md
).