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
Alex D
GHC
Commits
4a55e819
Commit
4a55e819
authored
Apr 28, 2013
by
ian@well-typed.com
Browse files
Tidy up some build system code
parent
7a310c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/ghc.mk
View file @
4a55e819
...
...
@@ -70,8 +70,8 @@ endif
# collect the -l flags that we need to link the rts dyn lib.
rts/libs.depend
:
$$(ghc-pkg_INPLACE)
"
$
(ghc-pkg_INPLACE)"
field rts extra-libraries
\
|
sed
-e
's/^extra-libraries: //'
-e
's/\([a-z0-9]
*\)[ ]*
/-l\1
/g'
>
$@
"
$
(ghc-pkg_INPLACE)"
--simple-output
field rts extra-libraries
\
|
-e
's/\([a-z0-9]
\+\)
/-l\1/g'
>
$@
# ----------------------------------------------------------------------------
...
...
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