summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix commentSimon Marlow2009-05-291-1/+1
* $(XARGS) might include arguments, so don't quote it in makefilesIan Lynagh2009-05-301-2/+2
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-3015-107/+107
* Remove some redundant code from hi-rule.mkIan Lynagh2009-05-301-2/+0
* make the clean_libraries target work, so you can "make clean" in libraries/Ian Lynagh2009-05-301-2/+0
* Make clean_libraries in the same way that we make all_librariesIan Lynagh2009-05-291-2/+3
* Make haddocking depend on the library .a filesimonpj@microsoft.com2009-05-291-0/+4
* fix it so that 'make' on its own works even if we're not building docsSimon Marlow2009-05-281-0/+3
* Add a haddock target, for just building the haddock docsIan Lynagh2009-05-261-0/+2
* Add some more $s to rules/haddock.mk for consistencyIan Lynagh2009-05-261-2/+2
* Fix haddockingIan Lynagh2009-05-261-1/+1
* rm package.conf.inplace in distclean, not cleanSimon Marlow2009-05-061-3/+1
* Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YESSimon Marlow2009-05-211-2/+2
* Pass --enable-shared and --with-hscolour to ghc-cabal configureDuncan Coutts2009-05-191-2/+2
* Use shared lib mode -dynload deploy to build the rts and core shared libsDuncan Coutts2009-05-191-1/+1