summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on tar supporting -z; trac #3841Ian Lynagh2010-02-141-0/+2
* Update some comments about how autoconf/configure worksIan Lynagh2010-01-181-5/+2
* Patch for shared libraries support on FreeBSDIan Lynagh2010-01-061-1/+1
* Fix build with Solaris sedIan Lynagh2009-12-161-0/+1
* fix up libm detection and use (#3724)Simon Marlow2009-12-161-3/+0
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-0/+3
* Add a comment about why $(CPP) is defined the way it is in config.mk.inIan Lynagh2009-12-091-0/+2
* Eliminate mkdependCIan Lynagh2009-12-092-3/+0
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-32/+0
* Use dlltool from the in-tree mingw installationIan Lynagh2009-12-011-1/+1
* Install perl on WindowsIan Lynagh2009-11-201-0/+1
* Remove -fasm from mk/validate-settings.mkIan Lynagh2009-11-201-4/+4
* Add autoconf code to locate dlltool on WindowsBen.Lippmeier@anu.edu.au2009-11-101-0/+1
* Support for DragonFly BSDSimon Marlow2009-11-111-1/+1
* 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