summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Temporarily turn off unused-do-bind warnings for the time packageIan Lynagh2009-07-181-1/+2
* Windows fixes to build system: use the 'find' and 'sort' found by configuresimonpj@microsoft.com2009-07-061-3/+3
* remove unnecessary $(RM)sSimon Marlow2009-07-014-20/+5
* 'make html' in a library builds the Haddock docsSimon Marlow2009-06-301-1/+4
* Add buildinfo files to the bindist2009-06-25Ian Lynagh2009-06-251-1/+1
* Make C and CMM objects way-dependentIan Lynagh2009-06-242-14/+16
* Optimise the %.hi : %.o ruleSimon Marlow2009-06-231-17/+54
* Add an _EXTRA_OBJS variable when linking packagesIan Lynagh2009-06-161-8/+8
* Make sure we aren't passing -Werror in the CFLAGS for configure scriptsIan Lynagh2009-06-151-1/+4
* Pass CFLAGS and LDFLAGS to configure scriptsIan Lynagh2009-06-151-0/+3
* .cmm rules need to depend on $$($1_$2_HC_DEP), not $$($1_$2_HC)Ian Lynagh2009-06-151-6/+6
* Put the CMM objects in the GHCi library tooIan Lynagh2009-06-111-2/+2
* Add rules for building .cmm files in librariesIan Lynagh2009-06-114-4/+77
* eliminate "warning: overriding commnds..." from make when we're cleaningSimon Marlow2009-06-162-1/+4
* Add some $s to rules/build-package.mk for consistencyIan Lynagh2009-06-111-2/+2
* tidy up autoconfiguration of docbook stuffSimon Marlow2009-06-021-1/+3
* emit a helpful message if you say 'make html' and BUILD_DOCBOOK_HTML=NOSimon Marlow2009-06-021-2/+15