summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* Avoid some shell calls in the build systemIan Lynagh2011-03-051-6/+4
* Call the final build system phase "final" rather than ""Ian Lynagh2011-02-073-7/+7
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-273-3/+15
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-242-2/+2
* Add build system profiling to build systemIan Lynagh2011-01-2314-0/+46
* Add some missing dependenciesIan Lynagh2011-01-231-1/+6
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-6/+6
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-229-151/+107
* Move some make variables aroundIan Lynagh2011-01-192-14/+14
* Remove a debugging 'info'Ian Lynagh2011-01-191-1/+0
* Move the PACKAGE_MAGIC evaluation inside package-data.mkIan Lynagh2011-01-191-4/+0
* Fix deps on the ghc packageIan Lynagh2011-01-171-5/+8
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-162-0/+19
* Fix cross-package dependency generation on WindowsIan Lynagh2011-01-161-1/+4
* We can now pass -include-pkg-deps to the bootstrapping compilerIan Lynagh2011-01-161-2/+0
* Change some HC_OPTS var handlingIan Lynagh2011-01-162-5/+9
* Build system improvementsIan Lynagh2011-01-156-75/+138
* Whitespace tweakIan Lynagh2011-01-151-1/+1
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-062-3/+3
* Pass --hoogle to haddock; fixes trac #4521Ian Lynagh2010-12-191-0/+1
* 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