| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a kludge to fix building shared libs | Ian Lynagh | 2009-08-07 | 2 | -0/+26 |
* | Fix permissions when installing | Ian Lynagh | 2009-08-02 | 1 | -1/+2 |
* | Fix creation of library doc index, and put the library docs in bindists | Ian Lynagh | 2009-08-02 | 1 | -0/+1 |
* | Make the new build system install the documentation | Ian Lynagh | 2009-08-01 | 1 | -0/+6 |
* | whitespace tweaks in rules/docbook.mk | Ian Lynagh | 2009-08-01 | 1 | -2/+2 |
* | buildinfo files need a $$(wildcard) | Simon Marlow | 2009-07-27 | 1 | -1/+1 |
* | Slight tweak to avoid overflowing the command-line size in bindist | Simon Marlow | 2009-07-27 | 1 | -1/+1 |
* | Follow the split directory rename in the GHC build system rules | Ian Lynagh | 2009-07-18 | 1 | -1/+1 |
* | Temporarily turn off unused-do-bind warnings for the time package | Ian Lynagh | 2009-07-18 | 1 | -1/+2 |
* | Windows fixes to build system: use the 'find' and 'sort' found by configure | simonpj@microsoft.com | 2009-07-06 | 1 | -3/+3 |
* | remove unnecessary $(RM)s | Simon Marlow | 2009-07-01 | 4 | -20/+5 |
* | 'make html' in a library builds the Haddock docs | Simon Marlow | 2009-06-30 | 1 | -1/+4 |
* | Add buildinfo files to the bindist2009-06-25 | Ian Lynagh | 2009-06-25 | 1 | -1/+1 |
* | Make C and CMM objects way-dependent | Ian Lynagh | 2009-06-24 | 2 | -14/+16 |
* | Optimise the %.hi : %.o rule | Simon Marlow | 2009-06-23 | 1 | -17/+54 |
* | Add an _EXTRA_OBJS variable when linking packages | Ian Lynagh | 2009-06-16 | 1 | -8/+8 |
* | Make sure we aren't passing -Werror in the CFLAGS for configure scripts | Ian Lynagh | 2009-06-15 | 1 | -1/+4 |
* | Pass CFLAGS and LDFLAGS to configure scripts | Ian Lynagh | 2009-06-15 | 1 | -0/+3 |
* | .cmm rules need to depend on $$($1_$2_HC_DEP), not $$($1_$2_HC) | Ian Lynagh | 2009-06-15 | 1 | -6/+6 |
* | Put the CMM objects in the GHCi library too | Ian Lynagh | 2009-06-11 | 1 | -2/+2 |
* | Add rules for building .cmm files in libraries | Ian Lynagh | 2009-06-11 | 4 | -4/+77 |
* | eliminate "warning: overriding commnds..." from make when we're cleaning | Simon Marlow | 2009-06-16 | 2 | -1/+4 |
* | Add some $s to rules/build-package.mk for consistency | Ian Lynagh | 2009-06-11 | 1 | -2/+2 |
* | tidy up autoconfiguration of docbook stuff | Simon Marlow | 2009-06-02 | 1 | -1/+3 |
* | emit a helpful message if you say 'make html' and BUILD_DOCBOOK_HTML=NO | Simon Marlow | 2009-06-02 | 1 | -2/+15 |
* | fix comment | Simon Marlow | 2009-05-29 | 1 | -1/+1 |
* | $(XARGS) might include arguments, so don't quote it in makefiles | Ian Lynagh | 2009-05-30 | 1 | -2/+2 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 15 | -107/+107 |
* | Remove some redundant code from hi-rule.mk | Ian Lynagh | 2009-05-30 | 1 | -2/+0 |
* | make the clean_libraries target work, so you can "make clean" in libraries/ | Ian Lynagh | 2009-05-30 | 1 | -2/+0 |
* | Make clean_libraries in the same way that we make all_libraries | Ian Lynagh | 2009-05-29 | 1 | -2/+3 |
* | Make haddocking depend on the library .a file | simonpj@microsoft.com | 2009-05-29 | 1 | -0/+4 |
* | fix it so that 'make' on its own works even if we're not building docs | Simon Marlow | 2009-05-28 | 1 | -0/+3 |
* | Add a haddock target, for just building the haddock docs | Ian Lynagh | 2009-05-26 | 1 | -0/+2 |
* | Add some more $s to rules/haddock.mk for consistency | Ian Lynagh | 2009-05-26 | 1 | -2/+2 |
* | Fix haddocking | Ian Lynagh | 2009-05-26 | 1 | -1/+1 |
* | rm package.conf.inplace in distclean, not clean | Simon Marlow | 2009-05-06 | 1 | -3/+1 |
* | Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YES | Simon Marlow | 2009-05-21 | 1 | -2/+2 |
* | Pass --enable-shared and --with-hscolour to ghc-cabal configure | Duncan Coutts | 2009-05-19 | 1 | -2/+2 |
* | Use shared lib mode -dynload deploy to build the rts and core shared libs | Duncan Coutts | 2009-05-19 | 1 | -1/+1 |
* | Bootstrapping fixes | Ian Lynagh | 2009-05-17 | 3 | -1/+8 |
* | Bootstrapping fixes | Ian Lynagh | 2009-05-16 | 2 | -1/+7 |
* | Tweak bindist creation | Ian Lynagh | 2009-05-16 | 1 | -1/+1 |
* | Move the fixed paths out of config.mk, so cleaning works without configuring | Ian Lynagh | 2009-05-16 | 1 | -0/+2 |
* | Add a maintainer-clean rule | Ian Lynagh | 2009-05-15 | 1 | -0/+2 |
* | cleanup: remove reference to $1_$2_CONFIGURE_FLAGS, which is never used | Simon Marlow | 2009-05-15 | 1 | -1/+1 |
* | make repeated 'make distclean' not fail | Simon Marlow | 2009-05-14 | 1 | -0/+3 |
* | Fix building dph in the new build system | Ian Lynagh | 2009-05-13 | 1 | -4/+4 |
* | make it so that 'make html', 'make pdf', and 'make ps' work for docs | Simon Marlow | 2009-05-11 | 1 | -3/+12 |
* | add a .c --> .s rule | Simon Marlow | 2009-05-01 | 1 | -0/+4 |