summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-142-22/+0
* Don't link the GHC RTS into our C-only programsIan Lynagh2010-12-101-1/+8
* Make CPPFLAGS variables, as well as CFLAGS and LDFLAGSIan Lynagh2010-12-071-1/+2
* Link even programs containing no Haskell modules with GHCIan Lynagh2010-12-061-3/+0
* Always enable the archive-loading codeIan Lynagh2010-11-272-3/+7
* Fix a makefile include ordering sanity checkIan Lynagh2010-11-211-2/+6
* Add a build system dependency; fixes #4357Ian Lynagh2010-11-141-0/+3
* Tweak the haddock rules; no functional changeIan Lynagh2010-10-201-1/+1
* Look for sources in Cabal's autogen directory tooIan Lynagh2010-10-201-12/+12
* Correct the regexp used to search for extra packagesIan Lynagh2010-10-161-1/+1
* Handle EXTRA_LIBRARIES when building programsIan Lynagh2010-09-301-2/+2
* Refactoring and tidy up in the build systemSimon Marlow2010-09-232-6/+0
* add a simple trace facility to the build systemSimon Marlow2010-09-2114-1/+36
* fix building with extra packages (packages were added to BUILD_DIRS twice)Simon Marlow2010-09-211-1/+17
* add extra packages to $(EXTRA_PACKAGES), so we avoid installing them by defaultSimon Marlow2010-09-201-0/+1
* Tell Cabal that we're not building GHCi libs if UseArchivesForGhci=YESIan Lynagh2010-09-201-0/+6
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+4
* Fix build on cygwin: Normalise slashes in .depend files to be /Ian Lynagh2010-09-181-1/+7
* extra packages info is now read from packages fileIan Lynagh2010-09-171-0/+29
* 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