Skip to content

Commit db5e4e4

Browse files
committed
You don't need y.sh prepare to build, only to test
Also improve the error message when trying to test without having run y.sh prepare first.
1 parent 4698eb6 commit db5e4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ If you want to build the backend manually, you can download it from GitHub and b
4949
```bash
5050
$ git clone https://github.com/rust-lang/rustc_codegen_cranelift
5151
$ cd rustc_codegen_cranelift
52-
$ ./y.sh prepare
5352
$ ./y.sh build
5453
```
5554

5655
To run the test suite replace the last command with:
5756

5857
```bash
58+
$ ./y.sh prepare # only needs to be run the first time
5959
$ ./test.sh
6060
```
6161

0 commit comments

Comments
 (0)