Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAKEFLAGS and nmake.exe with Cargo conflict #42635

Closed
alexcrichton opened this Issue Jun 13, 2017 · 4 comments

Comments

Projects
None yet
2 participants
@alexcrichton
Copy link
Member

alexcrichton commented Jun 13, 2017

I'm filing this issue for tracking purposes but discussion should continue on rust-lang/cargo#4156 (comment) instead, just using this for labels so we don't forget it.

@brson

This comment has been minimized.

Copy link
Contributor

brson commented Jul 7, 2017

AFAICT this will affect most every Rust project building on Windows. I've seen this many times.

bors added a commit to rust-lang/cargo that referenced this issue Jul 12, 2017

Auto merge of #4275 - alexcrichton:revert-makeflags, r=alexcrichton
Don't set MAKEFLAGS for build scripts

Closes #4156
Closes rust-lang/rust#42635

alexcrichton added a commit to alexcrichton/cargo that referenced this issue Jul 12, 2017

bors added a commit to rust-lang/cargo that referenced this issue Jul 12, 2017

Auto merge of #4276 - alexcrichton:revert2, r=alexcrichton
[beta] Don't set MAKEFLAGS for build scripts

Closes #4156
Closes rust-lang/rust#42635

alexcrichton added a commit to alexcrichton/cargo that referenced this issue Jul 12, 2017

bors added a commit to rust-lang/cargo that referenced this issue Jul 12, 2017

Auto merge of #4276 - alexcrichton:revert2, r=alexcrichton
[beta] Don't set MAKEFLAGS for build scripts

Closes #4156
Closes rust-lang/rust#42635
@brson

This comment has been minimized.

Copy link
Contributor

brson commented Jul 13, 2017

Looks like this hasn't been backported into rust yet.

@brson brson reopened this Jul 13, 2017

bors added a commit to rust-lang/cargo that referenced this issue Jul 13, 2017

Auto merge of #4276 - alexcrichton:revert2, r=alexcrichton
[beta] Don't set MAKEFLAGS for build scripts

Closes #4156
Closes rust-lang/rust#42635
@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Jul 13, 2017

@brson

This comment has been minimized.

Copy link
Contributor

brson commented Jul 14, 2017

Should be fixed on current beta 4. Anybody confirm?

bors added a commit that referenced this issue Jul 15, 2017

Auto merge of #43207 - alexcrichton:update-cargo, r=nikomatsakis
Update the `cargo` submodule

Notably pull in an update to the `jobserver` crate to have Cargo set the
`CARGO_MAKEFLAGS` environment variable instead of the `MAKEFLAGS` environment
variable.

cc #42635
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.