Uh oh!
There was an error while loading. Please reload this page.
Add --all flag to ./x.py clean - #44694
Conversation
oli-obk
commented
Sep 19, 2017
Can we have a less nuclear option, too? After a rebase I frequently need to clean, but I really want to keep llvm. |
IIRC, the old build system had |
Mark-Simulacrum
commented
Sep 19, 2017
@tommyip Would you be up to adding an additional subcommand to bootstrap (clean-all) that removes Such a step would need to be taken in |
tommyip
commented
Sep 19, 2017
Sure I will have a go at that tomorrow. |
tommyip
commented
Sep 20, 2017
Do we want |
Mark-Simulacrum
commented
Sep 20, 2017
I'm fine with either. Can you also update the documentation for clean? It won't take target/host etc anymore. |
This flag removes all build artifacts, including the LLVM build directory.
tommyip
commented
Sep 20, 2017
Where is that documentation? |
05aa486 to
779f3c1Comparetommyip
commented
Sep 25, 2017
@Mark-Simulacrum This PR is ready for review. |
Mark-Simulacrum
commented
Sep 25, 2017
Thanks! @bors r+ rollup |
bors
commented
Sep 25, 2017
📌 Commit 09d90e5 has been approved by |
Add --all flag to ./x.py clean This make `clean` removes the LLVM and download cache directory as well. Fixesrust-lang#44214. r? @Mark-Simulacrum
bors
commented
Sep 30, 2017
☔ The latest upstream changes (presumably #44936) made this pull request unmergeable. Please resolve the merge conflicts. |
Mark-Simulacrum
commented
Sep 30, 2017
Merged in #44936. |
This make
cleanremoves the LLVM and download cache directory as well.Fixes#44214.
r? @Mark-Simulacrum