- 02 Jun, 2009 2 commits
-
-
Simon Marlow authored
* use --nonet, so xmllint and co don't go off trying to download stuff from the web * use the http:// reference for the stylesheet, so we don't have to search the filesystem for it (should speedup ./configure)
-
Simon Marlow authored
-
- 29 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 30 May, 2009 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
I've also added some missing $s to some makefiles. These aren't technically necessary, but it's nice to be consistent.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 29 May, 2009 2 commits
-
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
You can't Haddock a library until it's built. Previously that happened automatically because Haddock itself was built with stage2 And all the libraries were built with stage1 But now DPH is built with stage2, so Haddock can get to work too early. This patch adds the missing dependency (thanks to Simon M)
-
- 28 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 26 May, 2009 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We were looking at HADDOCK_DOCS instead of $$(HADDOCK_DOCS)
-
- 06 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 21 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 19 May, 2009 2 commits
-
-
Duncan Coutts authored
It tried to do this already, but the make variable name was wrong.
-
Duncan Coutts authored
This is now the same as the old default. Currently we cannot embed rpaths because they would point to the build tree. We should embed rpaths relative to the $ORIGIN in future.
-
- 17 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 16 May, 2009 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
libraries built by stage2 need all their bits in the bindist too. We were testing (stage == 1) rather than (stage /= 0).
-
Ian Lynagh authored
-
- 15 May, 2009 2 commits
-
-
Ian Lynagh authored
-
Simon Marlow authored
we also have $1_$2_CONFIGURE_OPTS, which is used.
-
- 14 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 13 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 11 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 01 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 09 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 08 May, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
Now we have variables for whether or not to build the docbook docs as HTML, as PS, and as PDF. The configure script output now matches what the build system will do (except it cannot take account of any mk/build.mk settings, of course).
-
- 04 May, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 03 May, 2009 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 30 Apr, 2009 1 commit
-
-
Duncan Coutts authored
Unlike with static libs, when linking shared libs the dependencies have to already exist. Add a dependency $1_$2_$3_LIBS : $1_$2_$3_DEPS_LIBS
-
- 29 Apr, 2009 2 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
when we configure ghc with --enable-shared
-
- 28 Apr, 2009 1 commit
-
-
Duncan Coutts authored
This allows the library file type to depend on the way. This is needed to use .so/.dll libs for the "dyn" way rather than always using .a libs. For example: thr_debug_dyn_libsuf="_thr_debug-ghc6.11.20090426.so"
-