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
06a4381c
Commit
06a4381c
authored
Apr 12, 2007
by
Simon Marlow
Browse files
MERGE: add prep-bin-dist-mingw to binary-dist target, and add a separate target for
publish-binary-dist
parent
fbef88c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
06a4381c
...
...
@@ -366,7 +366,7 @@ binary-dist::
endif
# Jiggle the files around to make a valid Windows distribution if necessary
if
n
eq
"$(TARGETPLATFORM)" "i386-unknown-mingw32"
ifeq
"$(TARGETPLATFORM)" "i386-unknown-mingw32"
binary-dist
::
fiddle-binary-dist
endif
...
...
@@ -406,6 +406,10 @@ tar-binary-dist:
# Upload the distribution and documentation
ifneq
"$(PublishLocation)" ""
binary-dist
::
$(MAKE)
publish-binary-dist
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
\
...
...
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