From 20b92db7eb9098901577a903ee6245f531e74749 Mon Sep 17 00:00:00 2001 From: Aidan Hobson Sayers Date: Thu, 22 Dec 2016 15:58:08 +0000 Subject: [PATCH] Correct path of incremental artifacts --- src/bootstrap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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//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