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

mk: make NO_REBUILD more forceful and more general. #12237

Closed
wants to merge 1 commit into from

Conversation

huonw
Copy link
Member

@huonw huonw commented Feb 13, 2014

Previously crates like green and native would still depend on their
parents when running make check-stage2-green NO_REBUILD=1, this
ensures that they only depend on their source files.

Also, apply NO_REBUILD to the crate doc tests, so, for example,
check-stage2-doc-std will use an already compiled rustdoc directly.

Previously crates like `green` and `native` would still depend on their
parents when running `make check-stage2-green NO_REBUILD=1`, this
ensures that they only depend on their source files.

Also, apply NO_REBUILD to the crate doc tests, so, for example,
`check-stage2-doc-std` will use an already compiled `rustdoc` directly.
@huonw
Copy link
Member Author

huonw commented Feb 13, 2014

r? @alexcrichton or @pnkfelix

@huonw huonw deleted the norebuild++ branch February 14, 2014 00:59
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 26, 2024
…=Jarcho

Check trait items in `min_ident_chars`

Fix rust-lang#12237.

changelog: [`min_ident_chars`]: check trait items
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