[commit: ghc] wip/nfs-locking: Minor revision (a482625)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:08:28 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/a482625b00358fd14646bac23a7911113c394157/ghc
>---------------------------------------------------------------
commit a482625b00358fd14646bac23a7911113c394157
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Jan 12 17:37:02 2016 +0000
Minor revision
[skip ci]
>---------------------------------------------------------------
a482625b00358fd14646bac23a7911113c394157
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 823e472..4226415 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ This is supposed to go into the `shake-build` directory of the GHC source tree.
Trying it
---------
-Please see the [Preparation][ghc-preparation] on the haskell wiki
+Please see the [Preparation][ghc-preparation] on the GHC wiki
for general preparation. The preparation steps for the `shake` build system are
identical to those for the `make` build system. This means that you don't need
to adjust anything if you are already familiar with building ghc using the `make`
@@ -54,7 +54,7 @@ Also see the [Building GHC on Windows guide][ghc-windows-building-guide].
### Resetting the build
-To reset the new build system run the build script with `-B` flag. This forces Shake to rerun all rules, even if results of the previous build are still in the GHC tree. This is a temporary solution; we are working on a proper reset functionality (#131).
+To reset the new build system run the build script with `-B` flag. This forces Shake to rerun all rules, even if results of the previous build are still in the GHC tree. This is a temporary solution; we are working on a proper reset functionality ([#131](https://github.com/snowleopard/shaking-up-ghc/issues/131)).
How to contribute
More information about the ghc-commits
mailing list