Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jberryman
GHC
Commits
8e02b4ab
Commit
8e02b4ab
authored
Apr 11, 2007
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
further tweak the comments
parent
52850eed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
distrib/prep-bin-dist-mingw
distrib/prep-bin-dist-mingw
+10
-11
No files found.
distrib/prep-bin-dist-mingw
View file @
8e02b4ab
#!/bin/sh
#
# Running 'binary-dist' gives us a tree which isn't quite right
# for the purposes of creating a mingw/win32 install tree.
# This script rejigs that tree. The resulting tree is ready for
# packaging up in whatever form convenient (MSI installer / tar bundle/ ..)
# Modify a GHC binary distribution for the purposes of creating a
# mingw/win32 install tree. The resulting tree is ready for packaging
# up in whatever form is convenient (MSI installer / tar bundle/ ..)
#
# To use:
#
# foo$ cd <top of fptools build tree>
# foo$ make binary-dist (*)
# foo$ cd ghc-<version>
# foo$ ../distrib/prep-bin-dist-mingw
# - make sure you set BIN_DIST=1 in your mk/build.mk before you built GHC.
# $ cd <top of GHC build tree>
# $ make binary-dist
#
# * - making sure you've initially set BIN_DIST=1 in
# your build.mk ...
# This script is called at the appropriate point during 'make binary-dist'.
# The result is a tarball at the top of your GHC build tree, named something
# like ghc-6.6.1-i386-unknown-mingw32.tar.bz2.
#
# User tweakables
# Note: you normally don't need to set any of these, the script
# will try to figure them out for itself. If the heuristics don't
# work for whatever reason, you can override them using environment
# variables, e.g.
# mingw_top=<whatever>
../distrib/prep-bin-dist-mingw
# mingw_top=<whatever>
make binary-dist
#
# - mingw_top -- location of mingw distribution tree (usually c:/mingw)
# - perl_dir -- location of non-cygwin perl.exe
...
...
Write
Preview
Markdown
is supported
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