Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upmk: Fix compile with makefiles #38506
Conversation
rust-highfive
assigned
nikomatsakis
Dec 21, 2016
This comment has been minimized.
This comment has been minimized.
|
(rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
|
@bors r+ p=1 |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Dec 21, 2016
This comment has been minimized.
This comment has been minimized.
bors
merged commit 839b696
into
rust-lang:master
Dec 21, 2016
alexcrichton
deleted the
alexcrichton:fix-makefiles
branch
Dec 27, 2016
brson
added
the
beta-nominated
label
Jan 19, 2017
This comment has been minimized.
This comment has been minimized.
alexcrichton
added
the
beta-accepted
label
Jan 19, 2017
alexcrichton
removed
the
beta-nominated
label
Jan 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
alexcrichton commentedDec 21, 2016
A tweak was made to dependencies in #38451 but the makefiles weren't updated to
accompany this. Instead of trying to integerate the
build_helpercrate intothe makefiles (which currently isn't present) this commit takes the approach of
just duplicating the required logic, which should be small enough for now.