Skip to content
GitLab
Menu
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
47bf4da3
Commit
47bf4da3
authored
Oct 24, 2007
by
Ian Lynagh
Browse files
Hack to make sure we get all the RTS ways in bindists
parent
4217c6ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
47bf4da3
...
...
@@ -302,7 +302,9 @@ binary-dist::
$(MAKE)
-C
gmp binary-dist
DOING_BIN_DIST
=
YES
$(MAKE)
-C
includes binary-dist
DOING_BIN_DIST
=
YES
$(MAKE)
-C
compiler binary-dist
DOING_BIN_DIST
=
YES
$(INSTALL_STAGE)
$(MAKE)
-C
rts binary-dist
DOING_BIN_DIST
=
YES
# Setting _way here is a nasty hack to make sure we get
# libHSrts*.a etc rather than just libHSrts.a
$(MAKE)
-C
rts binary-dist
DOING_BIN_DIST
=
YES
_way
=
'*'
$(MAKE)
-C
driver binary-dist
DOING_BIN_DIST
=
YES
$(MAKE)
-C
utils binary-dist
DOING_BIN_DIST
=
YES
$(MAKE)
-C
docs binary-dist
DOING_BIN_DIST
=
YES
...
...
Write
Preview
Supports
Markdown
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