[commit: ghc] wip/nfs-locking: Run boot and configure via Hadrian (13f3e0c)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:59:17 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/13f3e0c5cb075eb22785886be439f8235009b766/ghc

>---------------------------------------------------------------

commit 13f3e0c5cb075eb22785886be439f8235009b766
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu May 5 20:20:38 2016 +0100

    Run boot and configure via Hadrian
    
    [skip ci]


>---------------------------------------------------------------

13f3e0c5cb075eb22785886be439f8235009b766
 doc/windows.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/windows.md b/doc/windows.md
index 7afd97c..79dfcc2 100644
--- a/doc/windows.md
+++ b/doc/windows.md
@@ -11,8 +11,6 @@ The first step is to [install Stack](https://www.stackage.org/stack/windows-x86_
 	cd ghc
 	stack exec -- git clone git://github.com/snowleopard/hadrian
 	stack build --stack-yaml=hadrian/stack.yaml --only-dependencies
-	stack exec -- perl boot
-	stack exec -- bash configure --enable-tarballs-autodownload
 	stack exec --stack-yaml=hadrian/stack.yaml -- hadrian/build.bat -j
 
 The entire process should take about an hour.
@@ -21,6 +19,5 @@ The entire process should take about an hour.
 
 Here are some alternatives that have been considered, but not yet tested. Use the instructions above.
 
-* Use `hadrian/build.bat --setup` to replace `boot` and `configure`.
 * The `pacman` install of `gcc` is probably not necessary, but it does pull in a lot of tools, some of which probably are necessary. Ideally thin the list down.
 * Happy/Alex should be able to be installed by adding them as `build-tools` in the Cabal file.



More information about the ghc-commits mailing list