[commit: ghc] wip/nfs-locking: Remove `make inplace/bin/ghc-cabal` (see #23) (c1802dc)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:46:11 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/c1802dc7290cf3b694fefa3e338b49a3b39956d4/ghc
>---------------------------------------------------------------
commit c1802dc7290cf3b694fefa3e338b49a3b39956d4
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Dec 24 13:00:08 2015 +0000
Remove `make inplace/bin/ghc-cabal` (see #23)
>---------------------------------------------------------------
c1802dc7290cf3b694fefa3e338b49a3b39956d4
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 3c42074..4fab178 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,6 @@ git submodule update --init
git clone git://github.com/snowleopard/shaking-up-ghc shake-build
./boot
./configure
-make inplace/bin/ghc-cabal # This needs to be fixed
```
Now you have a couple of options:
@@ -45,7 +44,6 @@ $ cd ghc
$ git clone git://github.com/snowleopard/shaking-up-ghc shake-build
$ ./boot
$ ./configure --enable-tarballs-autodownload
-$ make inplace/bin/ghc-cabal # This needs to be fixed
$ shake-build/build.bat
```
Also see the [Building GHC on Windows guide][ghc-windows-building-guide].
More information about the ghc-commits
mailing list