summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* Tidy up the "rm" flags in the build systemIan Lynagh2010-05-083-3/+3
* In build system, call package-config after including package dataIan Lynagh2010-05-042-4/+4
* Inplace programs depend on their shell wrappersIan Lynagh2010-04-271-1/+1
* Make sure all the clean rules are always includedIan Lynagh2010-04-242-12/+35
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-122-6/+0
* Explicitly check whether ar supports the @file syntaxIan Lynagh2010-03-291-1/+1
* Change how perl scripts get installed; partially fixes #3863Ian Lynagh2010-03-241-1/+11
* Pass the location of gcc in the ghc wrapper script; partially fixes #3863Ian Lynagh2010-03-241-0/+2
* Fix the build for non-GNU-arIan Lynagh2010-03-241-0/+4
* Tweak the Makefile code for making .a libs; fixes trac #3642Ian Lynagh2010-03-231-6/+7
* When compiling with GHC >= 6.13, use -rtsoptsIan Lynagh2010-03-141-0/+10
* When BUILD_DOCBOOK_HTML is NO, keep the rules, just omit the targetsimonpj@microsoft.com2010-03-051-20/+6
* Have separate rules to generate tags and TAGSIan Lynagh2010-02-271-1/+5
* Make "make tags" work in the new build systemIan Lynagh2010-02-211-0/+29
* Escape some $s in makefiles for consistencyIan Lynagh2010-01-192-2/+2
* hide modules properly with haddockSimon Marlow2010-01-131-0/+1
* fix for HSCOLOUR_SRCS=NOSimon Marlow2010-01-131-0/+2
* Invoke Haddock directly from the build system, instead of via CabalSimon Marlow2010-01-121-9/+20
* Fix rules/build-dependencies.mk on OS XIan Lynagh2009-12-301-7/+23
* Tweak the build-dependencies rule, and add comments for itIan Lynagh2009-12-191-1/+23
* When removing $(TOP) with sed, do so case insensitivelyIan Lynagh2009-12-191-1/+1
* Build and install inplace the count_lines and compareSizes utilsIan Lynagh2009-12-161-3/+3
* Just make C dependencies once, rather than each wayIan Lynagh2009-12-151-5/+8
* Make addCFileDeps quieterIan Lynagh2009-12-151-2/+5
* 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