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
2506fbad
Commit
2506fbad
authored
Jun 09, 2007
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows bindist tweaking
parent
da6f42a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Makefile
Makefile
+6
-4
No files found.
Makefile
View file @
2506fbad
...
...
@@ -211,6 +211,12 @@ install-docs ::
# binary-dist is a GHC addition for binary distributions
#
BIN_DIST_TARBALL
=
ghc-
$(ProjectVersion)
-
$(TARGETPLATFORM)
.tar.bz2
binary-dist
::
-
rm
-rf
$(BIN_DIST_DIR)
-
$(RM)
$(BIN_DIST_DIR)
.tar.gz
ifeq
"$(TARGETPLATFORM)" "i386-unknown-mingw32"
binary-dist
::
...
...
@@ -223,8 +229,6 @@ else
BinDistDirs
=
includes compiler docs rts
BIN_DIST_TARBALL
=
ghc-
$(ProjectVersion)
-
$(TARGETPLATFORM)
.tar.bz2
BIN_DIST_TOP
=
distrib/Makefile
\
distrib/configure-bin.ac
\
distrib/INSTALL
\
...
...
@@ -245,8 +249,6 @@ endif
binary-dist
::
binary-dist-pre
binary-dist-pre
::
-
rm
-rf
$(BIN_DIST_DIR)
-
$(RM)
$(BIN_DIST_DIR)
.tar.gz
$(MKDIRHIER)
$(BIN_DIST_DIR)
/mk
echo
'include $
$(TOP)
/Makefile-vars'
>
$(BIN_DIST_DIR)
/mk/boilerplate.mk
echo
'include $
$(TOP)
/mk/install.mk'
>
$(BIN_DIST_DIR)
/mk/target.mk
...
...
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