diff options
| author | Alex Burka <durka42+github@gmail.com> | 2017-04-19 01:45:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-19 01:45:34 -0400 |
| commit | d6b8d9f75d7ad5ab6f1e198db992f10d4ce5fad5 (patch) | |
| tree | 0d1ea1cea6127f10474e16314b73ea5e012ea805 | |
| parent | 84be2df0e9dac63a4e730c4f5652deb872060ad8 (diff) | |
| download | rust-d6b8d9f75d7ad5ab6f1e198db992f10d4ce5fad5.tar.gz rust-d6b8d9f75d7ad5ab6f1e198db992f10d4ce5fad5.zip | |
remove disclaimer from bootstrap/README.md
| -rw-r--r-- | src/bootstrap/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index 2f7757fb1d5..1ce99eb893e 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -4,10 +4,6 @@ This is an in-progress README which is targeted at helping to explain how Rust is bootstrapped and in general some of the technical details of the build system. -> **Note**: This build system is currently under active development and is not -> intended to be the primarily used one just yet. The makefiles are currently -> the ones that are still "guaranteed to work" as much as possible at least. - ## Using rustbuild The rustbuild build system has a primary entry point, a top level `x.py` script: |
