Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
83a9f4f4
Commit
83a9f4f4
authored
May 19, 2013
by
ian@well-typed.com
Browse files
Refer to the wiki page in the "Make has restarted itself n times" error
Fixes #7592.
parent
6acfc456
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
83a9f4f4
...
...
@@ -80,7 +80,7 @@ default : all
ifeq
"$(MAKE_RESTARTS)" ""
else
ifeq
"$(MAKE_RESTARTS)" "1"
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?
See http
:
//hackage.haskell.org/trac/ghc/wiki/Building/Troubleshooting
#
Makehasrestarteditself3timesisthereamakefilebug for details
)
endif
ifneq
"$(CLEANING)" "YES"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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