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: Switch rustbuild to the default build system #37817

Merged
merged 1 commit into from
Dec 7, 2016

Commits on Dec 7, 2016

  1. mk: Switch rustbuild to the default build system

    This commit switches the default build system for Rust from the makefiles to
    rustbuild. The rustbuild build system has been in development for almost a year
    now and has become quite mature over time. This commit is an implementation of
    the proposal on [internals] which slates deletion of the makefiles on
    2016-01-02.
    
    [internals]: https://internals.rust-lang.org/t/proposal-for-promoting-rustbuild-to-official-status/4368
    
    This commit also updates various documentation in `README.md`,
    `CONTRIBUTING.md`, `src/bootstrap/README.md`, and throughout the source code of
    rustbuild itself.
    
    Closes rust-lang#37858
    alexcrichton committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    0e272de View commit details
    Browse the repository at this point in the history