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

Fix a number of bugs with cargo clean #2131

Merged
merged 1 commit into from
Nov 15, 2015

Commits on Nov 15, 2015

  1. Fix a number of bugs with cargo clean

    * Clean out both host/target platforms if any are available.
    * Clean out build script output.
    * Add a --release flag to also be able to clean out release folder
    * Be sure to clean out benchmarks, tests, etc.
    * Cleaning out registry packages no longer panics
    
    Closes rust-lang#2121
    alexcrichton committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    595ac1d View commit details
    Browse the repository at this point in the history