[commit: ghc] wip/nfs-locking: Minor revision (82a7fa5)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:43:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/82a7fa5557590ec395af8cd506d50cb6d4c5805b/ghc
>---------------------------------------------------------------
commit 82a7fa5557590ec395af8cd506d50cb6d4c5805b
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jan 22 11:39:44 2016 +0000
Minor revision
[skip ci]
>---------------------------------------------------------------
82a7fa5557590ec395af8cd506d50cb6d4c5805b
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e51e1e0..1f96505 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ packages, which need to be installed: `ansi-terminal`, `mtl`, `shake`, `QuickChe
cd ghc
git clone git://github.com/snowleopard/shaking-up-ghc shake-build
```
-* Start your first build:
+* Start your first build (you might want to enable parallelism with `-j`):
```bash
shake-build/build.sh --configure
@@ -44,7 +44,8 @@ If you are interested in building in a Cabal sandbox, have a look at `shake-buil
Using the build system
----------------------
Once your first build is successful, simply run `shake-build/build.sh` or `shake-build/build.bat`
-to rebuild (you no longer need to use the `--configure` flag). Use `-j` flag to enable parallelism.
+to rebuild (you no longer need to use the `--configure` flag). Most build artefacts are placed
+into `.build` and `inplace` directories.
### Command line flags
More information about the ghc-commits
mailing list