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
fe357baf
Commit
fe357baf
authored
May 16, 2007
by
Ian Lynagh
Browse files
Add a missing semicolon causing publish-binary-dist to fail
parent
519457cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
fe357baf
...
...
@@ -397,7 +397,7 @@ endif
publish-binary-dist
:
@
for
i
in
0 1 2 3 4 5 6 7 8 9
;
do
\
echo
"Try
$$
i:
$(PublishCp)
$(BIN_DIST_TARBALL)
$(PublishLocation)
"
;
\
if
$(PublishCp)
$(BIN_DIST_TARBALL)
$(PublishLocation)
;
then
break
;
fi
\
if
$(PublishCp)
$(BIN_DIST_TARBALL)
$(PublishLocation)
;
then
break
;
fi
;
\
done
$(PublishCp)
-r
$(BIN_DIST_DIR)
/share/html/
*
$(PublishLocation)
/docs
...
...
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