agh
Date: Wed Aug 8 13:08:03 2012 +0100
Set the value of Unregisterised in the bindist configure.ac
Now that it's included in settings, the bindist configure script needs
to know it.
>---
distrib/configure.a
agh
Date: Mon Aug 6 00:12:41 2012 +0100
Define LdCmd in the bindist configure.ac
>---
distrib/configure.ac.in |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/distrib/configure.ac.in b/d
agh
Date: Sat Oct 1 21:00:27 2011 +0100
Fix bindist finding gcc on OS X; fixes trac #5397
$TargetOS_CPP wasn't getting defined in a bindist, which meant the
code to use gcc-4.2 instead of gcc on OS X wasn't working. Now fixed,
by moving some of configure.ac's co
Ahhh -- thanks.
Chris
-Original Message-
From: Ian Lynagh [mailto:ig...@earth.li]
Sent: 24 September 2011 10:14
To: Chris Dornan
Cc: cvs-ghc@haskell.org
Subject: Re: bindist
Hi Chris,
On Mon, Sep 12, 2011 at 06:59:50PM +0100, Chris Dornan wrote:
>
> I am trying to work ou
Hi Chris,
On Mon, Sep 12, 2011 at 06:59:50PM +0100, Chris Dornan wrote:
>
> I am trying to work out what happens after 'make bindist'.
You should be running "make binary-dist", not "make bindist".
Thanks
Ian
Hi All,
I can't locate any bindist documentation in the wiki or the source tree.
Have I missed it?
I am trying to work out what happens after 'make bindist'.
Thanks again!
Chris
___
Cvs-ghc mailing list
Cvs-ghc@h
mon Marlow
Date: Wed Jul 20 10:46:34 2011 +0100
fix 5313 when BINDIST=YES (need some quoting)
>---
tests/ghc-regress/driver/all.T |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/ghc-regress/driver
mon Marlow
Date: Wed Jul 20 10:46:34 2011 +0100
fix 5313 when BINDIST=YES (need some quoting)
>---
tests/ghc-regress/driver/all.T |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/ghc-regress/driver
low
Date: Tue May 24 13:43:04 2011 +0100
Install the mtl package into the bindist when validating. This allows
some more tests to run (those with reqlib('mtl')) and serves as an
extra sanity check on Cabal an
Sun Mar 27 08:52:05 PDT 2011 Ian Lynagh
* bindist comparison tool: Some logic improvements, and testsuite support
M ./distrib/compare/BuildInfo.hs -14 +10
M ./distrib/compare/FilenameDescr.hs -1 +3
M ./distrib/compare/compare.hs -47 +46
View patch online:
http://darcs.haskell.org
Fri Mar 25 08:53:54 PDT 2011 Ian Lynagh
* Bindist comparison tool: Recognise OS X .dylib files too
M ./distrib/compare/compare.hs -3 +3
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110325155354-3fd76
Tue Mar 22 11:21:12 PDT 2011 Ian Lynagh
* bindist checker improvements
* Some refactoring
* Support for Windows filenames
* Some support for installed trees (as Windows "bindists" are really
install trees)
./distrib/compare/Problem.hs -> ./distrib/compare/Ch
Wed Mar 16 15:13:38 PDT 2011 Ian Lynagh
* bindist comparison tool: Improve way-difference behaviour
M ./distrib/compare/compare.hs +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110316221338-3fd76-b5ea7e568430cbed48f989ae40fc80ecbaf8af37
Wed Mar 16 15:07:48 PDT 2011 Ian Lynagh
* Bindist comparison tool: add --ignore-size-changes flag
M ./distrib/compare/Problem.hs +4
M ./distrib/compare/compare.hs -4 +8
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110316220748-3fd76
Wed Mar 16 14:47:08 PDT 2011 Ian Lynagh
* Bindist comparison tool: Handle differences in the library ways nicely
In particular, this makes it possible to compare release bindists (with
profiling files) and validate bindists (without them).
A ./distrib/compare/BuildInfo.hs
M
Tue Mar 15 09:29:12 PDT 2011 Ian Lynagh
* Initial implementation of bindist comparison tool
A ./distrib/compare/
A ./distrib/compare/FilenameDescr.hs
A ./distrib/compare/Makefile
A ./distrib/compare/Problem.hs
A ./distrib/compare/Tar.hs
A ./distrib/compare/Utils.hs
agh
Date: Wed Feb 23 17:00:16 2011 +
Generate the OS X installer from a bindist, rather than from a source tree
configure.ac|2 +-
distrib/MacOS/GHC-system.pmdoc/index.xml.in |2 +-
distrib/MacOS/GHC.xcodeproj/project.pbxproj |
Wed Feb 23 09:00:16 PST 2011 Ian Lynagh
* Generate the OS X installer from a bindist, rather than from a source tree
M ./configure.ac -1 +1
M ./distrib/MacOS/GHC-system.pmdoc/index.xml.in -1 +1
M ./distrib/MacOS/GHC.xcodeproj/project.pbxproj -1 +1
R ./distrib/MacOS/Makefile
Wed Feb 23 09:00:16 PST 2011 Ian Lynagh
* Generate the OS X installer from a bindist, rather than from a source tree
M ./configure.ac -1 +1
M ./distrib/MacOS/GHC-system.pmdoc/index.xml.in -1 +1
M ./distrib/MacOS/GHC.xcodeproj/project.pbxproj -1 +1
R ./distrib/MacOS/Makefile
Fri Dec 10 08:12:18 PST 2010 Ian Lynagh
* Add a test that all programs in the bindist were built with the right GHC
They should use the GHC from the build tree, not the bootstrapping compiler.
A ./bindisttest/checkBinaries.sh
M ./bindisttest/ghc.mk +1
View patch online:
http
Fri Dec 10 10:11:23 PST 2010 Ian Lynagh
* Build a copy of ghc-cabal with the in-tree compiler, for the bindist
./utils/ghc-cabal/ghc-cabal.hs -> ./utils/ghc-cabal/Main.hs
M ./ghc.mk -2 +6
A ./utils/dummy-ghc/
A ./utils/dummy-ghc/ghc.mk
A ./utils/ghc-cabal/ghc-cabal.ca
Fri Dec 10 08:12:18 PST 2010 Ian Lynagh
* Add a test that all programs in the bindist were built with the right GHC
They should use the GHC from the build tree, not the bootstrapping compiler.
A ./bindisttest/checkBinaries.sh
M ./bindisttest/ghc.mk +1
View patch online:
http
Fri Dec 10 10:11:23 PST 2010 Ian Lynagh
* Build a copy of ghc-cabal with the in-tree compiler, for the bindist
./utils/ghc-cabal/ghc-cabal.hs -> ./utils/ghc-cabal/Main.hs
M ./ghc.mk -2 +6
A ./utils/dummy-ghc/
A ./utils/dummy-ghc/ghc.mk
A ./utils/ghc-cabal/ghc-cabal.ca
Sat Nov 20 09:37:35 PST 2010 Ian Lynagh
* Tweak the bindist configure.ac.in
M ./distrib/configure.ac.in -20 +7
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101120173735-3fd76-13477e4fa6fcd57f2e98b065b9d00e812b1842a7.gz
Sat Nov 20 07:59:20 PST 2010 Ian Lynagh
* When testing the bindist, tell it where gcc is
The location isn't baked into the bindist, as it may differ from
machine to machine.
M ./bindisttest/ghc.mk -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/
Sat Nov 20 09:37:35 PST 2010 Ian Lynagh
* Tweak the bindist configure.ac.in
M ./distrib/configure.ac.in -20 +7
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101120173735-3fd76-13477e4fa6fcd57f2e98b065b9d00e812b1842a7.gz
Sat Nov 20 07:59:20 PST 2010 Ian Lynagh
* When testing the bindist, tell it where gcc is
The location isn't baked into the bindist, as it may differ from
machine to machine.
M ./bindisttest/ghc.mk -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=
Hi Simon,
On Thu, Sep 09, 2010 at 10:52:54AM +, Simon Peyton-Jones wrote:
>
> But if I say "make TEST=T3807" it works. It's because the bindisttest
> directory hasn't got the dyn libs.
Is this on Windows or Linux?
Thanks
Ian
___
Cvs-ghc maili
irectory hasn't got the dyn libs. So "make TEST=T3807 BINDIST=YES" fails as
above.
So the question is: why doesn't bindisttest/ contain the dynamic libs? I'm
using the standard validate settings plus
HADDOCK_DOCS = NO
BUILD_DOCBOOK_HTML = NO
BUILD_DOCBOOK_PS = NO
BUILD_D
Sat Jul 24 04:37:48 PDT 2010 Ian Lynagh
* Set stage-specific CC/LD opts in the bindist configure.ac
M ./distrib/configure.ac.in -4 +11
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100724113748-3fd76
Mon Feb 8 08:15:45 EST 2010 Ian Lynagh
* Point at the fixed Sparc Solaris bindist
M ./download_ghc_6_12_1.html -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Nov 17 07:11:33 PST 2009 Simon Marlow
* include the GHC package docs in a bindist
Ignore-this: c4a10221b1a2a4778494018bca7d2169
M ./ghc.mk +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091117151133-12142-6dd607533489bc442b0d1dbe597652b3bcd0a5d2.gz
Tue Nov 17 07:11:33 PST 2009 Simon Marlow
* include the GHC package docs in a bindist
Ignore-this: c4a10221b1a2a4778494018bca7d2169
M ./ghc.mk +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091117151133-12142-6dd607533489bc442b0d1dbe597652b3bcd0a5d2.gz
Tue Nov 17 07:11:23 PST 2009 Simon Marlow
* exclude some haddock-related rules during BINDIST
Ignore-this: 20b4194b26766d6ab701683af520a7d4
M ./ghc.mk -2 +4
M ./rules/haddock.mk +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091117151123-12142
Fri Oct 9 13:09:55 PDT 2009 Ian Lynagh
* Don't remake the bindist when validating with --testsuite-only
M ./validate -3 +4
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091009200955-3fd76-ee2468374e0ff980006bcaccf5da1006db1fff
Fri Oct 9 13:09:55 PDT 2009 Ian Lynagh
* Don't remake the bindist when validating with --testsuite-only
M ./validate -3 +4
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091009200955-3fd76-ee2468374e0ff980006bcaccf5da1006db1fff
Sun Oct 4 03:39:08 PDT 2009 Ian Lynagh
* Make the bindist AC_INIT line match the main configure script's
This means that PACKAGE_TARNAME gets set, so the default docdir is
correct.
./distrib/configure-bin.ac -> ./distrib/configure-bin.ac.in
M ./configure.ac -1 +1
M .
Sun Oct 4 03:39:08 PDT 2009 Ian Lynagh
* Make the bindist AC_INIT line match the main configure script's
This means that PACKAGE_TARNAME gets set, so the default docdir is
correct.
./distrib/configure-bin.ac -> ./distrib/configure-bin.ac.in
M ./configure.ac -1 +1
M .
Mon Sep 28 18:27:17 PDT 2009 Ian Lynagh
* Fix making Windows bindist and installer
M ./ghc.mk -2 +2
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20090929012717-3fd76-67eac906a480222cc7832c56155603379e5c7784.gz
Sun Sep 27 14:50:31 PDT 2009 Ian Lynagh
* Follow bindist changes in bindisttest
Also add support for testing the bindistprep tarball, for when we are
validating.
M ./bindisttest/Makefile -1 +7
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20090927215031
Sun Sep 27 14:21:14 PDT 2009 Ian Lynagh
* More bindist tweaking
M ./ghc.mk -9 +9
M ./mk/config.mk.in -6 +6
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20090927212114-3fd76-aa4710f4edd7dbf54cb1917b6909ffb030fae45e.gz
Mon Sep 28 18:27:17 PDT 2009 Ian Lynagh
* Fix making Windows bindist and installer
M ./ghc.mk -2 +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090929012717-3fd76-67eac906a480222cc7832c56155603379e5c7784.gz
___
Cvs-ghc
Sun Sep 27 14:50:31 PDT 2009 Ian Lynagh
* Follow bindist changes in bindisttest
Also add support for testing the bindistprep tarball, for when we are
validating.
M ./bindisttest/Makefile -1 +7
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090927215031-3fd76
Sun Sep 27 14:21:14 PDT 2009 Ian Lynagh
* More bindist tweaking
M ./ghc.mk -9 +9
M ./mk/config.mk.in -6 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090927212114-3fd76-aa4710f4edd7dbf54cb1917b6909ffb030fae45e.gz
Sun Sep 20 11:36:31 PDT 2009 Ian Lynagh
* Fix bindist creation
M ./rules/bindist.mk -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090920183631-3fd76-5999d82415c6a8390c16a326cde55f70256f3757.gz
___
Cvs-ghc mailing list
Sat Sep 12 07:32:48 PDT 2009 Ian Lynagh
* More bindist fixes
M ./ghc.mk +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090912143248-3fd76-f086e5ce45ed9d380ef07d98694e1e1e985ec4ec.gz
___
Cvs-ghc mailing list
Cvs-ghc
Fri Sep 11 15:17:50 EDT 2009 Ian Lynagh
* Add an updated amd64 freebsd8 6.10.4 bindist
M ./download_ghc_6_10_4.html -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Aug 26 05:29:53 PDT 2009 Ian Lynagh
* Fix bindist creation
We were running into problems like:
for f in LICENSE configure config.sub config.guess [...]
make[2]: execvp: /bin/sh: Argument list too long
This patch moves the loop into make, rather than the shell.
M
Sun Aug 16 13:03:26 PDT 2009 Ian Lynagh
* bindist fix
M ./ghc.mk +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090816200326-3fd76-d1a27e784f8690f68f2d0247a42a761cb2e366b5.gz
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
Fri Aug 14 15:54:31 PDT 2009 Ian Lynagh
* Remove the old platform code from the bindist configure.ac
M ./distrib/configure-bin.ac -96
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090814225431-3fd76-407341362ba8aa4a370dce65acd520c61aadb4bd.gz
Sat Aug 8 11:44:07 PDT 2009 Ian Lynagh
* Fix bindist creation
This is a bit kludgy. We've hit the maximum number of arguments you can
have in the for loop for adding files to the bindist list, so this just
splits the list in 2.
M ./ghc.mk -1 +4
M ./rules/bindist.mk -2 +2
Sat Aug 1 14:26:04 PDT 2009 Ian Lynagh
* Fix "make show" in a bindist
M ./Makefile -7 +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090801212604-3fd76-c65820e340244196346fe23ad0bc09f334688a51.gz
___
Cvs-ghc ma
Mon Jul 27 02:09:46 PDT 2009 Simon Marlow
* Slight tweak to avoid overflowing the command-line size in bindist
Ignore-this: 1e2ff207d03fed08576ac59f0b46c08c
Not a real fix: if this bites us again we'll have to rethink
M ./rules/bindist.mk -1 +1
View patch online:
Thu Jun 25 06:22:20 PDT 2009 Ian Lynagh
* Add buildinfo files to the bindist
M ./rules/build-package.mk -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090625132220-3fd76-c8c765eda77fdc7d0da989a00259597736d68ef3.gz
Sat Jun 13 09:15:16 PDT 2009 Ian Lynagh
* Improve bindist testing
We now also test runghc and unlit
./bindisttest/HelloWorld.hs -> ./bindisttest/HelloWorld.lhs
M ./bindisttest/HelloWorld.lhs +3
M ./bindisttest/Makefile +2
View patch online:
http://darcs.haskell.org/ghc/_da
Sat May 16 05:55:27 PDT 2009 Ian Lynagh
* Tweak bindist creation
libraries built by stage2 need all their bits in the bindist too.
We were testing (stage == 1) rather than (stage /= 0).
M ./rules/build-package.mk -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches
Wed Apr 29 05:17:18 PDT 2009 Ian Lynagh
* Add PDF and PS files to the bindist
M ./mk/bindist.mk +2
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090429121718-3fd76-6d17be52298a7c7ab572c6b1c132391c90da9dbb.gz
___
Cvs
Mon Apr 13 15:01:32 EDT 2009 Ian Lynagh
* Add a note that you need libffi5 for the i386 libedit2 bindist
M ./download_ghc_6_10_2.html +7
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Feb 10 13:52:15 PST 2009 Ian Lynagh
* Don't use the absolute path to the bindist tarball
On Windows, we end up doing something like
rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist
and it thinks that it is meant to get the file from the host called "c&
Tue Feb 10 13:52:15 PST 2009 Ian Lynagh
* Don't use the absolute path to the bindist tarball
On Windows, we end up doing something like
rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist
and it thinks that it is meant to get the file from the host called "c&
Sun Jan 18 03:06:54 PST 2009 Ian Lynagh
* Create package.conf when installing a bindist
M ./distrib/Makefile +2
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090118110654-3fd76-e51fd88d2a5b0d9f31c96fb29442235ab7c45a05.gz
Sun Jan 18 03:06:54 PST 2009 Ian Lynagh
* Create package.conf when installing a bindist
M ./distrib/Makefile +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090118110654-3fd76-e51fd88d2a5b0d9f31c96fb29442235ab7c45a05.gz
Tue Aug 7 03:49:37 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Handle srcdist/bindist failure in successful builds
M ./BuildbotCollator.hs +4
View patch online:
http://darcs.haskell.org//srv/home/buildbot/buildbot-collator/_darcs/patches/20070807104937
Sat Nov 8 01:47:25 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]>
* Fix libffi bindist
M ./libffi/Makefile -6 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081108094725-ed0c4-daf374b0d303978ae282f278474b89f250a62
Ah, thanks. I will try it out on monday.
2008/10/11 Clemens Fruhwirth <[EMAIL PROTECTED]>:
> At Fri, 10 Oct 2008 11:45:07 +0100,
> Thomas Schilling wrote:
>>
>> This fixed the build under Windows. But if I now run the inplace ghc
>> in interactive mode it can't find the .dll:
>>
>> $ ../../../gh
At Fri, 10 Oct 2008 11:45:07 +0100,
Thomas Schilling wrote:
>
> This fixed the build under Windows. But if I now run the inplace ghc
> in interactive mode it can't find the .dll:
>
> $ ../../../ghc/ghc/stage2-inplace/ghc.exe --interactive
> GHCi, version 6.11.20081010: http://www.haskell.org/ghc
package to init_pkgs in
compiler/ghci/Linker.lhs.
Cheers,
Simon
Any suggestions?
2008/10/10 Clemens Fruhwirth <[EMAIL PROTECTED]>:
Fri Oct 10 00:31:06 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]>
* Delay building libffi until package.conf is created and fix bindist
M
t;:
> Fri Oct 10 00:31:06 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]>
> * Delay building libffi until package.conf is created and fix bindist
>
>M ./Makefile -1 +1
>M ./libffi/Makefile -3 +5
>
> View patch online:
> http://darcs.haske
Fri Oct 10 00:31:06 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]>
* Delay building libffi until package.conf is created and fix bindist
M ./Makefile -1 +1
M ./libffi/Makefile -3 +5
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081010073106
Thu Oct 9 09:34:51 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix bindist creation: Only the main RTS was being put in the bindists
M ./rts/Makefile -2 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081009163451-3fd76-f2cdbb5b17a53840a946247947b5df140d2e4
Thu Oct 9 09:34:51 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix bindist creation: Only the main RTS was being put in the bindists
M ./rts/Makefile -2 +6
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081009163451-3fd76-f2cdbb5b17a53840a946247947b5df140d
Fri Sep 19 06:03:32 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Install libffi when installing frmo a bindist
M ./distrib/Makefile +1
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20080919130332-3fd76-8268a06649f78b74a03458141a462e8c9547a
Fri Sep 19 06:03:32 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Install libffi when installing frmo a bindist
M ./distrib/Makefile +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080919130332-3fd76-8268a06649f78b74a03458141a462e8c9547a
Sun Sep 7 11:52:32 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* bindist fixes
M ./compiler/Makefile +8
M ./docs/storage-mgt/Makefile +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080907185232-3fd76-6dabc657d3d7ccef76412aa96150b9af9c6a1
Fri Aug 29 08:21:41 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Always build docs/{ext-core,storage-mgt}, even when making a bindist
M ./docs/Makefile -4 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080829152141-3fd76-ba7f434164855689c3ebb44c78425912a7ce8
Fri Aug 15 17:43:18 EDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add a Sparc/Solaris 6.8.3 bindist from Christian Maeder
M ./download_ghc_683.html -5 +4
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Aug 10 06:39:25 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* bindist fixes
M ./Makefile -2 +11
M ./compiler/Makefile -21 +2
M ./distrib/Makefile +1
M ./docs/docbook-cheat-sheet/Makefile -2 +1
M ./docs/ext-core/Makefile -2 +3
M ./docs/storage-mgt/Makefile -2 +3
Fri Jun 27 13:45:31 EDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Update the PowerPC 6.8.3 bindist to say it is G5-only
M ./download_ghc_683.html -1 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Mar 5 14:11:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add a missing endif to the bindist Makefile
M ./distrib/Makefile +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Mar 5 14:11:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add a missing endif to the bindist Makefile
M ./distrib/Makefile +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Jan 6 14:10:24 EST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add a FreeBSD amd64 bindist from Wilhelm Bernhard Kloke
M ./download_ghc_682.html -3 +6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Dec 18 06:45:05 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* More bindist-publishing fixes and refactoring
M ./Makefile -6 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Dec 18 06:45:05 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* More bindist-publishing fixes and refactoring
M ./Makefile -6 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Dec 3 04:30:31 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix bindist creation: readline/config.mk is gone
M ./libraries/Makefile -4 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Dec 3 04:30:31 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix bindist creation: readline/config.mk is gone
M ./libraries/Makefile -4 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Nov 27 12:39:59 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Rebuild utils with the stage1 compiler when making a bindist; fixes trac
#1860
This is a bit unpleasant, as "make binary-dist" really shouldn't actually
build anything, but it works.
Tue Nov 27 12:39:59 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Rebuild utils with the stage1 compiler when making a bindist; fixes trac
#1860
This is a bit unpleasant, as "make binary-dist" really shouldn't actually
build anything, but it works.
Sun Nov 25 12:44:16 EST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Add AIX 5.1L bindist for 6.8.1 (snapshot)
M ./download_ghc_681.html -20 +10
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sat Nov 17 15:16:56 EST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Add another OS X 10.4 PPC bindist from Christian Maeder
M ./download_ghc_681.html -2 +13
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sat Oct 27 13:32:20 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: We need to install-docs when making the Windows bindist
M ./Makefile +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sat Oct 27 07:43:33 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* We need to install-docs when making the Windows bindist
M ./Makefile +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Oct 24 04:42:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix installing the ghc package .hi files in a bindist
M ./compiler/Makefile -6 +6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Oct 24 04:42:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix installing the ghc package .hi files in a bindist
M ./compiler/Makefile -6 +6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Sep 23 09:36:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Remove remaining bits of bindist "make in-place"
M ./distrib/INSTALL -10 +3
M ./distrib/Makefile -1 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.has
Sun Sep 23 09:36:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Remove remaining bits of bindist "make in-place"
M ./distrib/INSTALL -10 +3
M ./distrib/Makefile -1 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.has
Wed Sep 5 09:13:54 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix bindist creation on Windows
M ./Makefile -1 +1
M ./driver/ghci/Makefile -1 +1
M ./libraries/Makefile -1 +1
M ./libraries/installPackage.hs -17 +24
___
Cvs-ghc m
Wed Sep 5 09:06:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix up bindist creation and publishing
M ./Makefile -12 +7
M ./bindisttest/Makefile -6 +4
M ./distrib/Makefile-bin-vars.in -3 +18
M ./libraries/Makefile -2 +2
M ./mk/config.mk.in -3 +12
M ./mk/package
Wed Sep 5 09:13:54 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix bindist creation on Windows
M ./Makefile -1 +1
M ./driver/ghci/Makefile -1 +1
M ./libraries/Makefile -1 +1
M ./libraries/installPackage.hs -17 +24
___
Cvs-ghc m
Wed Sep 5 09:06:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix up bindist creation and publishing
M ./Makefile -12 +7
M ./bindisttest/Makefile -6 +4
M ./distrib/Makefile-bin-vars.in -3 +18
M ./libraries/Makefile -2 +2
M ./mk/config.mk.in -3 +12
M ./mk/package
Tue Aug 28 06:04:28 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Copy LICENSE files into the bindist, as Cabal now installs them
M ./libraries/Makefile +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
1 - 100 of 111 matches
Mail list logo