Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
87968d95
Commit
87968d95
authored
Jul 26, 2009
by
Ian Lynagh
Browse files
Test for make supporting abspath, and fail if it doesn't
This fixes problems using GNU make 3.80.
parent
261a315b
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/boilerplate.mk
View file @
87968d95
...
...
@@ -5,7 +5,11 @@ HAVE_EVAL := NO
$(eval HAVE_EVAL
:
= YES)
ifeq
"$(HAVE_EVAL)" "NO"
$(error
Your
make
does
not
support
eval.
You
need
GNU
make
>=
3.80)
$(error
Your
make
does
not
support
eval.
You
need
GNU
make
>=
3.81)
endif
ifeq
"$(abspath /)" ""
$(error
Your
make
does
not
support
abspath.
You
need
GNU
make
>=
3.81)
endif
show
:
...
...
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