summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix 'make test' command for new testsuite locationDavid Terei2011-07-201-2/+2
* Update some files for new testsuite tests locationDavid Terei2011-07-201-2/+2
* Remove depreciated install-docs commandDavid Terei2011-05-041-7/+1
* Call the final build system phase "final" rather than ""Ian Lynagh2011-02-071-1/+1
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-0/+2
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-221-10/+2
* Remove an unnecessary phase, and some unnecessary depsIan Lynagh2011-01-161-4/+0
* Build system improvementsIan Lynagh2011-01-151-9/+13
* make test and fulltest targets in the main Makefile; fixes #4297Ian Lynagh2010-09-301-1/+10
* Second test from Simon's laptopsimonpj@microsoft.com2010-07-291-1/+1
* Test commit from Simon's laptopsimonpj@microsoft.com2010-07-291-1/+1
* Add an install-docs target that emits a helpful diagnostic (#3662)Simon Marlow2009-11-161-1/+7
* Change where bindists are madeIan Lynagh2009-09-271-4/+10
* Fix "make show" in a bindistIan Lynagh2009-08-011-7/+3
* avoid (benign) error about overriding rules for binary-distSimon Marlow2009-07-271-1/+1
* remove Solaris-specific hacks, now unnecessarySimon Marlow2009-07-131-6/+1
* Simplify timestamp restorationMatthias Kilian2009-07-111-25/+5
* Use /usr/bin/test if it exists, and fix test syntax.Simon Marlow2009-07-091-2/+7
* Avoid unnecessary recompilation after ./configure (helps #3228)Simon Marlow2009-07-071-0/+29
* Add 'make help', displaying a list of useful make targetsSimon Marlow2009-06-151-1/+6
* Make Windows bindists and installers work in the new build systemIan Lynagh2009-06-101-0/+5
* Remove hacky on-demand building of libraries/*/ghc.mk, put it back in sh bootSimon Marlow2009-05-221-6/+2
* Set CLEANING=YES for the clean_% targetsIan Lynagh2009-05-201-1/+1
* allow phases to be omitted by setting OMIT_PHASE_[123]=YESSimon Marlow2009-05-191-0/+6
* Bootstrapping fixesIan Lynagh2009-05-161-2/+2
* Don't require the library ghc.mk files in order to cleanIan Lynagh2009-05-151-6/+4
* main repeated 'make maintainer-clean' not failSimon Marlow2009-05-141-6/+11
* make repeated 'make distclean' not failSimon Marlow2009-05-141-1/+4
* Partially fix "make framework-pkg"Ian Lynagh2009-05-081-1/+14
* Add a header to all build system files:Simon Marlow2009-04-281-0/+11
* remove commentary that is now in the wikiSimon Marlow2009-04-271-81/+0
* GHC new build system megapatchIan Lynagh2009-04-261-633/+113
* Don't use the absolute path to the bindist tarballIan Lynagh2009-02-101-3/+3
* Build dph with the stage2 compilerIan Lynagh2009-02-031-0/+1
* Fix "make install": Put "[]" in the install package.confIan Lynagh2009-01-141-0/+2
* Check that make supports evalIan Lynagh2009-01-091-0/+7
* Require HsColour by defaultIan Lynagh2009-01-041-1/+9
* Delay building libffi until package.conf is created and fix bindistClemens Fruhwirth2008-10-101-1/+1
* Turn libffi into a Haskell packageClemens Fruhwirth2008-10-081-1/+1
* fix syntax errors in src-dist publish rulesSimon Marlow2008-10-081-2/+2
* Use $(TAR) rather than tarIan Lynagh2008-09-241-8/+8
* Escape a hash in the Makefile (it was breaking source dist creation)Ian Lynagh2008-09-201-1/+1
* Fix building the extralibs tarballIan Lynagh2008-09-191-1/+1
* Fix how we put libffi into bindistsIan Lynagh2008-09-191-0/+1
* Add HpcParser.hs to source distsIan Lynagh2008-09-191-0/+7
* Fix the list of generated files that need to go into the source distsIan Lynagh2008-09-191-1/+1
* Put generated files in source distsIan Lynagh2008-09-181-0/+20
* Reinstate the driver/ghc directory, to create a versioned GHC programIan Lynagh2008-09-121-1/+1
* Use test -f rather than test -eIan Lynagh2008-09-081-1/+1
* Fix the ext-core doc in bindistsIan Lynagh2008-09-071-0/+1