summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
...
* Split XARGS into XARGS and XARGS_OPTSIan Lynagh2009-11-071-3/+2
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-052-8/+2
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-051-0/+1
* Finish #3439: -ticky implies -debug at link time; the ticky "way" has goneSimon Marlow2009-11-042-10/+0
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-1/+2
* Don't build PS/PDF docs when validatingIan Lynagh2009-10-231-0/+7
* Remove long rotted configure support for Windows DLLsBen.Lippmeier@anu.edu.au2009-09-261-3/+0
* More bindist tweakingIan Lynagh2009-09-271-6/+6
* Don't use absolute paths unnecessarily when making bindistsIan Lynagh2009-09-271-2/+1
* Change where bindists are madeIan Lynagh2009-09-271-4/+2
* Don't build haddock if HADDOC_DOCS = NO, and disable HADDOC_DOCS if GhcWithIn...Matthias Kilian2009-09-201-1/+1
* move way-related stuff into a separate fileSimon Marlow2009-09-212-110/+109
* ignore unused-import warnings from HaskelineSimon Marlow2009-09-181-0/+2
* Use CONF_CC_OPTSManuel M T Chakravarty2009-09-171-1/+1
* fix install on WindowsSimon Marlow2009-09-172-4/+7
* Fixes for compiling the HEAD with iteslfIan Lynagh2009-09-131-0/+1
* Fix build with GHC <= 6.10.1Simon Marlow2009-09-111-0/+1
* binary has unused-import warningsSimon Marlow2009-09-101-0/+3
* Change the representation of the package databaseSimon Marlow2009-09-101-1/+1
* Fix up logic to decide whether shared libs are being built or notSimon Marlow2009-09-092-11/+11
* add $(CONF_*_OPTS) for options that come from ./configure (fixes #3426)Simon Marlow2009-09-081-4/+5
* remove --enable-hc-boot-unregisterised (implied by --enable-hc-boot now)Simon Marlow2009-09-081-4/+1
* Unify event logging and debug tracing.Simon Marlow2009-08-291-58/+1
* Configurable iconv header and library locationsMatthias Kilian2009-08-261-0/+9
* Use -W, not -Werror, for gcc older than 3.4Matthias Kilian2009-08-261-0/+1
* WAY_dyn_LIB_TARGET is not used anywhere; kill itSimon Marlow2009-08-191-1/+0
* Make the thr_dyn RTS ways optional on GhcUnregisterisedSimon Marlow2009-08-191-1/+1
* comment fixes (install.mk.in, not dirs.mk.in)Simon Marlow2009-08-171-3/+3
* comment fixSimon Marlow2009-08-171-1/+1
* remove unused fileSimon Marlow2009-08-061-147/+0
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-143-151/+165
* Check Cabal packages when validatingIan Lynagh2009-08-112-0/+4
* Leave dyn in GhcLibWays when validatingIan Lynagh2009-08-071-1/+1
* Build shared library support by default on platforms that support itIan Lynagh2009-08-061-1/+6
* Fix permissions when installingIan Lynagh2009-08-021-1/+3
* Add docs to bindistsIan Lynagh2009-08-011-0/+5
* Make the new build system install the documentationIan Lynagh2009-08-011-0/+1
* remove unused $(HscIfaceFileVersion)Simon Marlow2009-07-201-19/+0
* fall back on libffi for 'foreign import "wrapper"' if necessarySimon Marlow2009-07-161-0/+10
* temporarily turn off unused import warnings for the time libraryIan Lynagh2009-07-181-0/+2
* Temporarily turn off unused-do-bind warnings for the time packageIan Lynagh2009-07-181-0/+3
* Stop using -fno-warn-unused-do-bind when compiling the librariesIan Lynagh2009-07-091-3/+0
* For now, use -fno-warn-unused-do-bind when building the librariesIan Lynagh2009-07-041-0/+4
* Improved infrastructure for fast-rebuilding of parts of the treeSimon Marlow2009-07-031-5/+17
* make GhcProfiled work, and add a "prof" flavour to build.mkSimon Marlow2009-07-011-0/+24
* add debug_p and thr_debug_p to $(ALL_WAYS)Simon Marlow2009-06-241-1/+1
* Remove more GMP bitsIan Lynagh2009-06-162-19/+0
* Add support for 'make help' in subdirectoriesSimon Marlow2009-06-161-1/+10
* Add 'make fast' which omits deps (for a library) and some of the phasesSimon Marlow2009-06-151-1/+5
* Make Windows bindists and installers work in the new build systemIan Lynagh2009-06-101-0/+3