File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 19
19
#
20
20
# First, start with one of these build targets:
21
21
#
22
- # * all - The default. Builds a complete, bootstrapped compiler.
22
+ # * all - The default. Build a complete, bootstrapped compiler.
23
23
# `rustc` will be in `${target-triple}/stage2/bin/`. Run it
24
24
# directly from the build directory if you like. This also
25
25
# comes with docs in `doc/`.
26
26
#
27
27
# * check - Run the complete test suite
28
28
#
29
+ # * clean - Clean the build repertory. It is advised to run this
30
+ # command if you want to build Rust again, after an update
31
+ # of the git repository.
32
+ #
29
33
# * install - Install Rust. Note that installation is not necessary
30
34
# to use the compiler.
31
35
#
152
156
# libraries are managed and versioned without polluting the common
153
157
# areas of the filesystem.
154
158
#
155
- # General rust binaries may stil live in the host bin directory; they
159
+ # General rust binaries may still live in the host bin directory; they
156
160
# will just link against the libraries in the target lib directory.
157
161
#
158
162
# Admittedly this is a little convoluted.
You can’t perform that action at this time.
0 commit comments