[commit: ghc] master: MAKE_RESTARTS should never be higher than 1 (1c400aa)

Ian Lynagh igloo at earth.li
Sat Dec 3 00:21:40 CET 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1c400aa990481efea39e438a8a9884d3179da244

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

commit 1c400aa990481efea39e438a8a9884d3179da244
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Dec 2 21:42:59 2011 +0000

    MAKE_RESTARTS should never be higher than 1

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

 ghc.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index a5afe14..0882c5b 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -81,7 +81,6 @@ default : all
 # Catch make if it runs away into an infinite loop
 ifeq      "$(MAKE_RESTARTS)" ""
 else ifeq "$(MAKE_RESTARTS)" "1"
-else ifeq "$(MAKE_RESTARTS)" "2"
 else
 $(error Make has restarted itself $(MAKE_RESTARTS) times; is there a makefile bug?)
 endif





More information about the Cvs-ghc mailing list