- 11 May, 2009 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
See comment for details
-
Simon Marlow authored
-
- 08 May, 2009 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
MUT time (elapsed) GC time (elapsed) Task 0 (worker) : 0.00s ( 0.00s) 0.00s ( 0.00s) Task 1 (worker) : 0.00s ( 0.01s) 0.00s ( 0.00s) Task 2 (worker) : 0.00s ( 0.03s) 0.00s ( 0.00s) Task 3 (bound) : 0.00s ( 0.00s) 0.02s ( 0.04s)
-
- 05 May, 2009 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 01 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 09 May, 2009 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 08 May, 2009 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We still need to sort out the "install-docs" story to get this working properly.
-
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).
-
- 07 May, 2009 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 06 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 05 May, 2009 1 commit
-
-
Ian Lynagh authored
We only need the forwardslash mode now, so always use that mode and don't accept any arguments.
-
- 04 May, 2009 6 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
Also fixes it so that it really does pass (we weren't substituting the GMP variables in the RTS package config).
-
Ian Lynagh authored
-
Ian Lynagh authored
configure looks for install-sh in . .. ../.. and we don't want it to find the build system's install-sh.
-
- 03 May, 2009 8 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 02 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 01 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 30 Apr, 2009 3 commits
-
-
Duncan Coutts authored
No idea how the last patch managed to pass validate.
-
Duncan Coutts authored
I didn't realise make can invoke the same action multiple times in parallel if the rule has multiple targets. So go back to using a build stamp file.
-
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
-