summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Build system: implement `make install-strip` (#1851)Thomas Miedema2015-09-041-4/+17
* Build system: simplify install.mk.inThomas Miedema2015-08-211-25/+25
* Build system: fail when encountering an unknown package tagThomas Miedema2015-07-181-1/+1
* Build system: do not build stm and parallel by defaultThomas Miedema2015-07-141-8/+6
* Build system: delete REGULAR_INSTALL_DYNLIBS and INSTALL_DYNLIBSThomas Miedema2015-07-131-14/+0
* Build system: comments only [skip ci]Thomas Miedema2015-07-131-2/+13
* Build system: rename bindist to bindist-list...Thomas Miedema2015-07-021-1/+1
* Rename $1_$2_$3_LIB_NAME to LIB_FILE.Edward Z. Yang2015-06-221-1/+1
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-201-1/+1
* make sdist: distclean testsuite for real (#10406)Thomas Miedema2015-06-091-1/+1
* build: Clean testsuite before sdistAustin Seipp2015-06-091-0/+1
* Build: ./boot && ./configure && make sdist (#8723)Thomas Miedema2015-06-041-24/+23
* build: make haddock a bit less chattyAustin Seipp2015-06-021-1/+1
* Build system: don't build runghc if GhcWithInterpreter=NO (#10261)Thomas Miedema2015-05-301-0/+4
* Build system: always use `make -r`Thomas Miedema2015-05-301-6/+0
* Build system: always allow me to clean haddockThomas Miedema2015-05-301-0/+3
* Build system: time's config files have movedThomas Miedema2015-05-301-2/+2
* Build system: don't set CLEANING=NOThomas Miedema2015-05-301-7/+1
* Build system: check $CLEANING instead of $MAKECMDGOALSThomas Miedema2015-05-301-4/+4
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-1/+1
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-1/+1
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-091-1/+1
* Comments only, mostly typosThomas Miedema2015-04-031-3/+3
* Disable same warnings for normal builds as for validate (#10223)Thomas Miedema2015-04-021-7/+8
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-12/+0
* Fix build bogons due to missing separatorAustin Seipp2015-02-231-1/+1
* docs: Flatten MAKEHELP/SUBMAKEHELPAustin Seipp2015-02-231-1/+1
* docs: add INSTALL.md to root dir (#9926)Austin Seipp2015-02-231-2/+2
* Use directory-style database for bootstrapping databaseEdward Z. Yang2014-12-271-2/+2
* always use 'mkdir -p' and fix missing dir (fixes #9876)Joe Hillenbrand2014-12-231-12/+12
* Improve VERSION/GIT_COMMIT_ID handling for sdistHerbert Valerio Riedel2014-11-281-3/+6
* Embed Git commit id into `ghc --info` outputHerbert Valerio Riedel2014-11-271-2/+16
* Don't build old-{time,locale} and haskell{98,2010}Austin Seipp2014-11-201-9/+0
* Build xhtml and haddock only when `HADDOCK_DOCS=YES`Joachim Breitner2014-11-181-0/+6
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-1/+10
* small parser/lexer cleanupYuri de Wit2014-11-071-7/+6
* Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-051-0/+1
* Update Cabal submodule & ghc-pkg to use new module re-export typesEdward Z. Yang2014-09-241-2/+2
* Make binary a boot packageDuncan Coutts2014-08-291-1/+1
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-3/+3
* Don't clean away inplace/mingw and inplace/perl.niklas2014-07-281-1/+2
* Add BUILD_DPH variable to GHC build-systemHerbert Valerio Riedel2014-06-291-3/+13
* Ship xhtml, terminfo, haskeline (#8919)Jens Petersen2014-06-091-7/+7
* Remove external coreAustin Seipp2014-05-031-1/+0
* Be more aggressive in `make clean`Herbert Valerio Riedel2014-04-221-0/+8
* Temporarily fight off build bogons on OS XAustin Seipp2014-03-311-1/+1
* Make distribution tarball compression format configurableHerbert Valerio Riedel2014-02-261-9/+9
* Fix #8801: exclude extra packages from the sdist.Austin Seipp2014-02-201-0/+4
* Let `make distclean` remove `/{ch01,ch02,index}.html`Herbert Valerio Riedel2014-02-091-0/+1
* double-negate test for Stage1Only to fix `make clean`Herbert Valerio Riedel2014-02-091-3/+3