[commit: ghc] master: GHC_STAGE1 isn't defined, use other form. (138434f)

git at git.haskell.org git at git.haskell.org
Fri Mar 17 08:48:43 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/138434fbef32ec86733747bdbc57f6da73cad500/ghc

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

commit 138434fbef32ec86733747bdbc57f6da73cad500
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Mar 10 14:33:39 2017 -0800

    GHC_STAGE1 isn't defined, use other form.
    
    Summary:
    I don't really know why this stopped working for me, but it
    did on a recent clean.  I don't know if this is right but
    it solved the problem for me.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: bgamari, austin
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3318


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

138434fbef32ec86733747bdbc57f6da73cad500
 testsuite/timeout/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile
index b910a73..9626eae 100644
--- a/testsuite/timeout/Makefile
+++ b/testsuite/timeout/Makefile
@@ -51,7 +51,7 @@ boot all :: calibrate.out $(TIMEOUT_PROGRAM)
 
 calibrate.out:
 	$(RM) -f TimeMe.o TimeMe.hi TimeMe TimeMe.exe
-	$(PYTHON) calibrate '$(GHC_STAGE1)' > $@
+	$(PYTHON) calibrate '$(STAGE1_GHC)' > $@
 # We use stage 1 to do the calibration, as stage 2 may not exist.
 # This isn't necessarily the compiler we'll be running the testsuite
 # with, but it's really the performance of the machine that we're



More information about the ghc-commits mailing list