Skip to content

Commit 9796301

Browse files
authored
how-to-build-and-run.md: replace "rm build" with "x clean --all"
1 parent 25a5a4f commit 9796301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/how-to-build-and-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Alternatively, you can write `bootstrap.toml` by hand. See `bootstrap.example.to
187187
settings and explanations of them. See `src/bootstrap/defaults` for common settings to change.
188188

189189
If you have already built `rustc` and you change settings related to LLVM, then you may have to
190-
execute `rm -rf build` for subsequent configuration changes to take effect. Note that `./x
190+
execute `./x clean --all` for subsequent configuration changes to take effect. Note that `./x
191191
clean` will not cause a rebuild of LLVM.
192192

193193
## Common `x` commands

0 commit comments

Comments
 (0)