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
051f5e48
Commit
051f5e48
authored
May 31, 2007
by
Simon Marlow
Browse files
fix locations for uploading src dists
parent
db91b1f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
051f5e48
...
...
@@ -517,12 +517,12 @@ dist ::
ifneq
"$(PublishLocation)" ""
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)
$(SRC_DIST_EXTRALIBS_TARBALL)
$(PublishLocation)
/dist
"
;
\
if
$(PublishCp)
$(SRC_DIST_EXTRALIBS_TARBALL)
$(PublishLocation)
/dist
;
then
break
;
fi
\
done
@
for
i
in
0 1 2 3 4 5 6 7 8 9
;
do
\
echo
"Try
$$
i:
$(PublishCp)
$(SRC_DIST_TARBALL)
$(PublishLocation)
"
;
\
if
$(PublishCp)
$(SRC_DIST_TARBALL)
$(PublishLocation)
;
then
break
;
fi
\
echo
"Try
$$
i:
$(PublishCp)
$(SRC_DIST_TARBALL)
$(PublishLocation)
/dist
"
;
\
if
$(PublishCp)
$(SRC_DIST_TARBALL)
$(PublishLocation)
/dist
;
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