[commit: ghc] wip/nfs-locking: Switch to the python based boot script (18539d0)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:43:30 UTC 2017


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

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

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

commit 18539d0ca551e312a81f2d9bda5ad055a657906a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Oct 4 12:38:48 2017 +0100

    Switch to the python based boot script
    
    See #314


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

18539d0ca551e312a81f2d9bda5ad055a657906a
 src/Rules/Configure.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Rules/Configure.hs b/src/Rules/Configure.hs
index 492d91c..a4ef084 100644
--- a/src/Rules/Configure.hs
+++ b/src/Rules/Configure.hs
@@ -38,4 +38,4 @@ configureRules = do
         else do
             need ["configure.ac"]
             putBuild "| Running boot..."
-            quietly $ cmd "perl boot"
+            quietly $ cmd "python3 boot"



More information about the ghc-commits mailing list