[commit: ghc] master: mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1. (5db4155)

git at git.haskell.org git at git.haskell.org
Sun Apr 2 23:49:37 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5db415580e0738f934e35b7012fe35a79b7e97c7/ghc

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

commit 5db415580e0738f934e35b7012fe35a79b7e97c7
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Sun Mar 26 14:40:29 2017 -0700

    mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

5db415580e0738f934e35b7012fe35a79b7e97c7
 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