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

Minor makefile fixes #29820

Merged
merged 3 commits into from Nov 14, 2015
Merged

Minor makefile fixes #29820

merged 3 commits into from Nov 14, 2015

Conversation

wthrowe
Copy link
Contributor

@wthrowe wthrowe commented Nov 13, 2015

The first commit fixes the "jobserver unavailable" warning reported at gentoo/gentoo-rust#29. I don't think the warning is related to the compilation failure shown there.

The remaining commits are minor fixes I noticed while investigating the jobserver warning.

The important one is $(MAKE).  make handles recipes containing the
literal string "$(MAKE)" specially, so it is important to make sure it
isn't evaluated until recipe invocation time.
Emacs warns that makefile lines that start with spaces followed by
tabs are "suspicious".  These were harmless since they were
continuation lines, but getting rid of the warning is nice and this
version looks better.
@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented Nov 14, 2015

@bors r+ Thanks!

@bors
Copy link
Contributor

bors commented Nov 14, 2015

📌 Commit 8d105dd has been approved by brson

bors added a commit that referenced this pull request Nov 14, 2015
The first commit fixes the "jobserver unavailable" warning reported at gentoo/gentoo-rust#29.  I don't think the warning is related to the compilation failure shown there.

The remaining commits are minor fixes I noticed while investigating the jobserver warning.
@bors
Copy link
Contributor

bors commented Nov 14, 2015

⌛ Testing commit 8d105dd with merge 32202cc...

@bors bors merged commit 8d105dd into rust-lang:master Nov 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants