summaryrefslogtreecommitdiff
path: root/rules/build-dependencies.mk
Commit message (Expand)AuthorAgeFilesLines
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-2/+2
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Remove directories from include pathsBen Gamari2016-09-161-0/+1
* Build system: fix sed expression (#11537)Thomas Miedema2016-02-211-1/+1
* fix sed expression in build dependencies rules to work well with non-GNU sed ...Karel Gardas2014-02-191-12/+9
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Fix a commentIan Lynagh2013-06-021-1/+1
* Add a commentIan Lynagh2013-06-011-0/+4
* Generate dependencies for .cmm files properlyIan Lynagh2013-05-091-4/+10
* Some build system refactoringIan Lynagh2013-04-201-1/+1
* Tweak the _HC_OPTS variablesIan Lynagh2013-03-231-1/+1
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-1/+1
* Tweak the sed command so that it works on OSXIan Lynagh2013-02-231-1/+11
* Add separate rules for all .hi files, rather than using %.hi styleIan Lynagh2013-02-221-1/+2
* Change how dependency generation works; fixes #7381Ian Lynagh2012-11-021-11/+1
* Fix dependency generation when GhcLibWays = dyn pIan Lynagh2012-10-301-1/+12
* Remove the kludgy TH dependenciesIan Lynagh2012-10-241-9/+0
* Load the right object files in ghciIan Lynagh2012-10-041-0/+9
* Actually build things the dynamic wayIan Lynagh2012-10-041-2/+2
* Remove some unnecessary touch'sIan Lynagh2011-12-031-4/+2
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-021-4/+4
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-3/+3
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-2/+2
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+2
* Add some missing dependenciesIan Lynagh2011-01-231-1/+6
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-221-16/+0
* 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
* Add a build system dependency; fixes #4357Ian Lynagh2010-11-141-0/+3
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+1
* Fix build on cygwin: Normalise slashes in .depend files to be /Ian Lynagh2010-09-181-1/+7
* 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
* Don't generate Haskell dependencies if we don't have any Haskell sourcesIan Lynagh2010-07-171-0/+2
* Don't include inter-package dependencies when compiling with stage 0; #4031Ian Lynagh2010-05-091-2/+8
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-121-4/+0
* 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
* 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-091-11/+39
* Fix dependencies for the RTSSimon Marlow2009-10-061-1/+1
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-2/+1
* remove unnecessary $(RM)sSimon Marlow2009-07-011-3/+3
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-6/+6
* Build system tweakIan Lynagh2009-05-091-1/+1
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+48