summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* Don't pass our gcc options to stage0 ghc's gcc; they may not be suitableIan Lynagh2010-09-051-5/+18
* Don't haddock packages that we aren't going to installIan Lynagh2010-09-031-0/+2
* Give haddock per-package source entity paths; fixes #3810Ian Lynagh2010-09-031-1/+1
* Add some -no-user-package-conf flagsIan Lynagh2010-09-021-0/+1
* Use make-command in rules/bindist.mkIan Lynagh2010-08-181-9/+5
* Add a "make-command" utility Makefile functionIan Lynagh2010-08-181-0/+21
* Do the dependency-omitting for 'make 1' in a slightly different waySimon Marlow2010-08-101-7/+2
* Don't rebuild dependency files unnecessarily when doing "make 1" etcIan Lynagh2010-07-261-0/+7
* Use different CC/LD options for different stagesIan Lynagh2010-07-232-3/+3
* Don't generate Haskell dependencies if we don't have any Haskell sourcesIan Lynagh2010-07-171-0/+2
* Link programs that have no Haskell objects with gcc rather than ghcIan Lynagh2010-07-161-1/+9
* Use gcc to build C programs for stages >= 1Ian Lynagh2010-07-161-0/+6
* Split up some make commands, so that errors aren't overlookedIan Lynagh2010-07-151-6/+6
* Use Cabal to configure the dist-install ghc-pkg; fixes trac #4156Ian Lynagh2010-07-041-1/+5
* Don't rely on "-packagefoo" working; use "-package foo" insteadIan Lynagh2010-06-221-2/+2
* Convert some more variable names to FOO_CMD, for consistencyIan Lynagh2010-06-161-1/+1
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+1
* Pass --no-tmp-comp-dir to Haddock (see comment)Simon Marlow2010-06-041-0/+7
* fix --source-entity option passed to Haddock: we needed to escape a #Simon Marlow2010-06-031-1/+1
* Check dblatex actually creates the files we tell it toIan Lynagh2010-05-301-0/+2
* Add configure flags for the location of GMP includes/library; fixes #4022Ian Lynagh2010-05-251-0/+8
* When haddocking, we need the dependencies to have been builtIan Lynagh2010-05-251-1/+1
* Add version constraints for the boot packages; fixes trac #3852Ian Lynagh2010-05-091-0/+4
* Don't include inter-package dependencies when compiling with stage 0; #4031Ian Lynagh2010-05-093-4/+10
* 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