about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-12-24 14:29:30 -0500
committerGitHub <noreply@github.com>2016-12-24 14:29:30 -0500
commit8669b5dce368b6a0a0ae2b33e51edbf4db32e5b5 (patch)
treeb899f7a1cdec4970a14154dda6692e9f6413cdb7 /src
parente9a2a7774643c71c018d45337e494e1b7d2ed3fa (diff)
parent20b92db7eb9098901577a903ee6245f531e74749 (diff)
downloadrust-8669b5dce368b6a0a0ae2b33e51edbf4db32e5b5.tar.gz
rust-8669b5dce368b6a0a0ae2b33e51edbf4db32e5b5.zip
Rollup merge of #38549 - aidanhs:aphs-incremental-readme-note, r=nikomatsakis
Correct path of incremental artifacts

Per https://github.com/rust-lang/rust/pull/38072#issuecomment-263670621

r? @nikomatsakis
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md
index ade5bde07d2..ac84edb4038 100644
--- a/src/bootstrap/README.md
+++ b/src/bootstrap/README.md
@@ -142,7 +142,7 @@ incremental builds:
 ```
 
 The `--incremental` flag will store incremental compilation artifacts
-in `build/stage0-incremental`. Note that we only use incremental
+in `build/<host>/stage0-incremental`. Note that we only use incremental
 compilation for the stage0 -> stage1 compilation -- this is because
 the stage1 compiler is changing, and we don't try to cache and reuse
 incremental artifacts across different versions of the compiler. For