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):
|
def build_bootstrap(self, color):
|
||||||
"""Build bootstrap"""
|
"""Build bootstrap"""
|
||||||
print("Building rustbuild")
|
print("Building bootstrap")
|
||||||
build_dir = os.path.join(self.build_dir, "bootstrap")
|
build_dir = os.path.join(self.build_dir, "bootstrap")
|
||||||
if self.clean and os.path.exists(build_dir):
|
if self.clean and os.path.exists(build_dir):
|
||||||
shutil.rmtree(build_dir)
|
shutil.rmtree(build_dir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user