Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
1c400aa9
Commit
1c400aa9
authored
Dec 02, 2011
by
Ian Lynagh
Browse files
MAKE_RESTARTS should never be higher than 1
parent
e8723129
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
1c400aa9
...
@@ -81,7 +81,6 @@ default : all
...
@@ -81,7 +81,6 @@ default : all
# Catch make if it runs away into an infinite loop
# Catch make if it runs away into an infinite loop
ifeq
"$(MAKE_RESTARTS)" ""
ifeq
"$(MAKE_RESTARTS)" ""
else
ifeq
"$(MAKE_RESTARTS)" "1"
else
ifeq
"$(MAKE_RESTARTS)" "1"
else
ifeq
"$(MAKE_RESTARTS)" "2"
else
else
$(error
Make
has
restarted
itself
$(MAKE_RESTARTS)
times;
is
there
a
makefile
bug?)
$(error
Make
has
restarted
itself
$(MAKE_RESTARTS)
times;
is
there
a
makefile
bug?)
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment