mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Rollup merge of #107332 - chansuke:issue-107230, r=albertlarsan68
Fix wording from `rustbuild` to `bootstrap` Fixes #107230
This commit is contained in:
commit
1e0cf727c3
@ -712,7 +712,7 @@ class RustBuild(object):
|
||||
|
||||
def build_bootstrap(self, color):
|
||||
"""Build bootstrap"""
|
||||
print("Building rustbuild")
|
||||
print("Building bootstrap")
|
||||
build_dir = os.path.join(self.build_dir, "bootstrap")
|
||||
if self.clean and os.path.exists(build_dir):
|
||||
shutil.rmtree(build_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user