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
a9fd21c9
Commit
a9fd21c9
authored
Oct 07, 2009
by
Ian Lynagh
Browse files
Make the Windows installer in bindistprep/
parent
819e443c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
a9fd21c9
...
...
@@ -914,7 +914,7 @@ windows-binary-dist-prep:
cd
bindistprep
&&
"
$(TAR)
"
cf -
$(BIN_DIST_NAME)
| bzip2
-c
>
../
$(BIN_DIST_PREP_TAR_BZ2)
windows-installer
:
"
$(ISCC)
"
/O. /F
$(WINDOWS_INSTALLER_BASE)
- < distrib/ghc.iss
"
$(ISCC)
"
/O. /F
bindistprep/
$(WINDOWS_INSTALLER_BASE)
- < distrib/ghc.iss
nTimes
=
set
-e
;
for
i
in
`
seq
1
$(1)
`
;
do
echo
Try
"
$$
i:
$(2)
"
;
if
$(2)
;
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