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
f986a831
Commit
f986a831
authored
May 08, 2009
by
Ian Lynagh
Browse files
Tweak ./boot
parent
637e621a
Changes
1
Hide whitespace changes
Inline
Side-by-side
boot
View file @
f986a831
...
...
@@ -56,7 +56,7 @@ for f in $libraries; do
else
stage
=
1
fi
top
=
`
echo
$f
|
sed
"s/
[^/]
*/../g"
`
top
=
`
echo
$f
|
sed
's#
[^/]
\+#..#g'
`
echo
"
${
f
}
_PACKAGE =
${
pkg
}
"
>>
$f
/ghc.mk
echo
"
\$
(eval
\$
(call build-package,
${
f
}
,dist-install,
${
stage
}
))"
>>
$f
/ghc.mk
rm
-f
$f
/GNUmakefile
...
...
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