[commit: hadrian] master: Add --configure flag to the script (b6d83c4)

git at git.haskell.org git at git.haskell.org
Sat Feb 24 15:11:42 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/b6d83c4b12abfaa416f62e95bd8f3d610e4adeac

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

commit b6d83c4b12abfaa416f62e95bd8f3d610e4adeac
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Feb 22 18:55:36 2018 +0000

    Add --configure flag to the script
    
    See #508


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

b6d83c4b12abfaa416f62e95bd8f3d610e4adeac
 doc/windows.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/windows.md b/doc/windows.md
index b374074..0ad2086 100644
--- a/doc/windows.md
+++ b/doc/windows.md
@@ -22,7 +22,8 @@ stack exec -- pacman -S autoconf automake-wrapper make patch python tar --noconf
 stack build
 
 # Build GHC
-stack exec hadrian -- --directory ".." -j --flavour=quickest
+# Note that the --configure flag is required only for the first build
+stack exec hadrian -- --directory ".." -j --flavour=quickest --configure
 
 # Test GHC
 cd ..



More information about the ghc-commits mailing list