[commit: ghc] wip/nfs-locking: Add a section on resetting the build (#32) (86ee9f6)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:46:25 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/86ee9f68057e7ab1a9f09a6d006cddb488c16c02/ghc
>---------------------------------------------------------------
commit 86ee9f68057e7ab1a9f09a6d006cddb488c16c02
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Dec 25 14:12:35 2015 +0000
Add a section on resetting the build (#32)
>---------------------------------------------------------------
86ee9f68057e7ab1a9f09a6d006cddb488c16c02
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 4fab178..c415ee4 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,9 @@ $ shake-build/build.bat
Also see the [Building GHC on Windows guide][ghc-windows-building-guide].
+### Resetting the build
+To reset the new build system delete the `shake-build/.db` directory which stores the Shake database. This will force Shake to rerun all rules, even if the results of the previous build are still in the GHC tree. This is a temporary solution; we are working on a proper reset functionality (see [#32](https://github.com/snowleopard/shaking-up-ghc/issues/32)).
How to contribute
More information about the ghc-commits
mailing list