summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* Eliminate mkdependCIan Lynagh2009-12-093-13/+43
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-0/+1
* Delay expansion of some makefile variables until they are availableIan Lynagh2009-12-011-4/+4
* Avoid running empty for loops; fixes trac #3683Ian Lynagh2009-12-011-0/+8
* Fix some dependencies in bindistsIan Lynagh2009-11-201-0/+6
* Provide extralibs when linking Windows DLLsBen.Lippmeier@anu.edu.au2009-11-141-0/+12
* exclude some haddock-related rules during BINDISTSimon Marlow2009-11-171-0/+2
* Split XARGS into XARGS and XARGS_OPTSIan Lynagh2009-11-071-2/+2
* Tweak how shell wrappers are builtIan Lynagh2009-11-071-4/+5
* ghc-stage2 is now renamed to ghc when it is installedIan Lynagh2009-11-071-1/+5
* Tweak the shell wrapper scriptsIan Lynagh2009-11-071-1/+3
* Fix some more build bugs exposed by the addition of the ghc dependency to dphSimon Marlow2009-11-051-0/+9
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-13/+13
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-052-6/+15
* Escape some $s in makefiles for consistencyIan Lynagh2009-10-251-3/+3
* Tweak to the way per-source-file options are specifiedSimon Marlow2009-10-151-3/+3
* Fix dependencies for the RTSSimon Marlow2009-10-061-1/+1
* Comment out some unnecessary makefile rulesIan Lynagh2009-10-051-5/+13
* Use "order only constraints" for directoriesIan Lynagh2009-10-027-44/+22
* No need to use -split-objs with dynamic librariesSimon Marlow2009-09-291-1/+1
* fix cut-and-paste bugs in .cmm -> .hc/.s rulesSimon Marlow2009-09-281-4/+4
* Use $topdir in the RTS's package.conf file when doing a relocatable buildIan Lynagh2009-09-271-2/+2
* remove "touch %_hsc.c" - what was it for?Simon Marlow2009-09-211-1/+0
* Fix bindist creationIan Lynagh2009-09-201-1/+1
* Use CONF_CC_OPTSManuel M T Chakravarty2009-09-171-1/+1
* Fix collateral damage after distdir-opts.mk was refactored awaySimon Marlow2009-09-143-4/+4
* Don't register the non-munged stage1 ghc packageIan Lynagh2009-09-131-0/+2
* Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS varsIan Lynagh2009-09-114-7/+8
* Change a sed separator character to make it easier to readIan Lynagh2009-09-111-1/+1
* Fix build with GHC <= 6.10.1Simon Marlow2009-09-111-3/+21
* refactor *_OPTS settings in the build system; no functional changesSimon Marlow2009-09-094-85/+57
* add $(CONF_*_OPTS) for options that come from ./configure (fixes #3426)Simon Marlow2009-09-082-9/+20
* Configurable iconv header and library locationsMatthias Kilian2009-08-261-0/+8
* Don't mess up absolute INCLUDE_DIRSMatthias Kilian2009-08-261-2/+4
* Fix bindist creationIan Lynagh2009-08-261-1/+9
* Link CMM objects into dynamic librariesIan Lynagh2009-08-211-7/+10
* Fix library installation; fixes #3374Ian Lynagh2009-08-201-1/+5
* Escape some $s in makefiles for consistencyIan Lynagh2009-08-201-2/+2
* Rolling back: Add a kludge to fix building shared libsSimon Marlow2009-08-192-26/+0
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-144-16/+18
* Check Cabal packages when validatingIan Lynagh2009-08-111-0/+8
* Fix bindist creationIan Lynagh2009-08-081-2/+2
* Add a kludge to fix building shared libsIan Lynagh2009-08-072-0/+26
* Fix permissions when installingIan Lynagh2009-08-021-1/+2
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-021-0/+1
* Make the new build system install the documentationIan Lynagh2009-08-011-0/+6
* whitespace tweaks in rules/docbook.mkIan Lynagh2009-08-011-2/+2
* buildinfo files need a $$(wildcard)Simon Marlow2009-07-271-1/+1
* Slight tweak to avoid overflowing the command-line size in bindistSimon Marlow2009-07-271-1/+1
* Follow the split directory rename in the GHC build system rulesIan Lynagh2009-07-181-1/+1