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
eb3de385
Commit
eb3de385
authored
Feb 08, 2007
by
Simon Marlow
Browse files
fix cut-and-pasto in code for binary-dist upload
parent
a6b59f26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
eb3de385
...
...
@@ -388,8 +388,8 @@ binary-dist ::
ifneq
"$(PublishLocation)" ""
binary-dist
::
@
for
i
in
0 1 2 3 4 5 6 7 8 9
;
do
\
echo
"Try
$$
i:
$(PublishCp)
$(
SRC
_DIST_
EXTRALIBS_
TARBALL)
$(PublishLocation)
"
;
\
if
$(PublishCp)
$(
SRC
_DIST_
EXTRALIBS_
TARBALL)
$(PublishLocation)
;
then
break
;
fi
\
echo
"Try
$$
i:
$(PublishCp)
$(
BIN
_DIST_TARBALL)
$(PublishLocation)
"
;
\
if
$(PublishCp)
$(
BIN
_DIST_TARBALL)
$(PublishLocation)
;
then
break
;
fi
\
done
endif
...
...
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