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
589f2005
Commit
589f2005
authored
May 30, 2007
by
Ian Lynagh
Browse files
Fix copy-and-paste-o
parent
fd7f8e93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
589f2005
...
...
@@ -425,7 +425,7 @@ endif
.PHONY
:
publish-binary-dist
publish-binary-dist
::
@
for
f
in
$(PUBLISH_FILES)
;
do
\
@
for i
in
0 1 2 3 4 5 6 7 8 9
;
do
\
for
i
in
0 1 2 3 4 5 6 7 8 9
;
do
\
echo
"Try
$$
i:
$(PublishCp)
$$
f
$(PublishLocation)
/dist"
;
\
if
$(PublishCp)
$$
f
$(PublishLocation)
/dist
;
then
break
;
fi
;
\
done
\
...
...
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