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

'make all' only builds stage 1 #1290

Closed
brson opened this issue Dec 13, 2011 · 2 comments
Closed

'make all' only builds stage 1 #1290

brson opened this issue Dec 13, 2011 · 2 comments
Assignees

Comments

@brson
Copy link
Contributor

brson commented Dec 13, 2011

It's not obvious from the makefile why this is

@nikomatsakis
Copy link
Contributor

To expound: the target all should build rustc-H-${HOST_TRIPLE} which should build rustc-stage3-H-${HOST_TRIPLE} which ought to build stage3. But somehow this doesn't happen. Typing make rustc-stage3-H-x86_64-apple-darwin seems to work fine.

@brson
Copy link
Contributor Author

brson commented Dec 13, 2011

make all actually works. it's just that make doesn't run make all

@ghost ghost assigned brson Dec 13, 2011
@brson brson closed this as completed in c9b14cc Dec 13, 2011
bjorn3 added a commit to bjorn3/rust that referenced this issue Jan 24, 2023
bjorn3 added a commit to bjorn3/rust that referenced this issue Jan 24, 2023
coastalwhite pushed a commit to coastalwhite/rust that referenced this issue Aug 5, 2023
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
* Added docs on setting up rust-analyzer for EMACS.

* Wording fixes to the docs.

* Added instructions for clippy linter.

* Put back warning that was supposed to be in previous section.
Kobzol pushed a commit to Kobzol/rust that referenced this issue Dec 30, 2024
bors pushed a commit to rust-lang-ci/rust that referenced this issue Jan 2, 2025
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

No branches or pull requests

2 participants