Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexis King
GHC
Commits
dc6f3a48
Commit
dc6f3a48
authored
Dec 20, 2011
by
Ian Lynagh
Browse files
Fix typo in Makefile
sdist output was being redirected to $src_log, which presumably evaluated to rc_log.
parent
b0c0205e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
dc6f3a48
...
...
@@ -1096,7 +1096,7 @@ sdist-prep :
.PHONY
:
sdist
sdist
:
sdist-prep
"
$(TAR_CMD)
"
chf -
$(SRC_DIST_NAME)
2>
$
src_log
| bzip2
>
$(TOP)
/
$(SRC_DIST_TARBALL)
"
$(TAR_CMD)
"
chf -
$(SRC_DIST_NAME)
2>src_log | bzip2
>
$(TOP)
/
$(SRC_DIST_TARBALL)
sdist-manifest
:
$(SRC_DIST_TARBALL)
tar
tjf
$(SRC_DIST_TARBALL)
|
sed
"s|^ghc-
$(ProjectVersion)
/||"
|
sort
>
sdist-manifest
...
...
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