From d6b8d9f75d7ad5ab6f1e198db992f10d4ce5fad5 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Wed, 19 Apr 2017 01:45:34 -0400 Subject: [PATCH] remove disclaimer from bootstrap/README.md --- src/bootstrap/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index 2f7757fb1d5ba..1ce99eb893efe 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: