summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* on Windows, install to a directory with spaces (test for #1828)Simon Marlow2007-11-151-2/+0
* eliminate a bit of duplicationSimon Marlow2007-11-051-0/+5
* build ghctags-inplaceSimon Marlow2007-11-051-2/+2
* eliminate a bit of duplicationSimon Marlow2007-11-051-5/+0
* add $(GHCTAGS)Simon Marlow2007-06-251-0/+5
* install the Cabal docs, and make them show up in a binary distributionSimon Marlow2007-10-261-5/+9
* cp => $(CP)Simon Marlow2007-10-261-4/+4
* get rid of the html subdirectory under share/doc/ghc/users_guideSimon Marlow2007-10-261-2/+1
* default to installing runhaskell and hsc2hs again, but provide knobs to turn ...Simon Marlow2007-10-251-0/+13
* Fix installing the documentation in the bindistsIan Lynagh2007-10-231-0/+17
* remove vestiges of way 'u' (see #1008)Simon Marlow2007-10-091-11/+2
* Use $(RelocatableBuild) rather than $(Windows)Ian Lynagh2007-09-191-1/+1
* Give Windows its own definitions of docdir (and htmldir etc)Ian Lynagh2007-09-181-4/+10
* Include build.mk or validate{,-settings}.mk through custom-settings.mkIan Lynagh2007-09-182-7/+8
* fix install-docs for non-html docsSimon Marlow2007-09-141-1/+1
* Refer to "boot" libs, not "core" libsIan Lynagh2007-09-142-14/+2
* Define RelocatableBuild variableIan Lynagh2007-09-131-0/+8
* Call windres with explicit preprocessor path in case gcc is not in $PATHClemens Fruhwirth2007-08-061-1/+1
* Add a BeConservative setting to the make systemIan Lynagh2007-09-101-0/+4
* Removed install-dirs target, it is unnecessary and leads to stray empty direc...sven.panne@aedion.de2007-09-091-14/+1
* Removed setting of default values for variables which are never emptysven.panne@aedion.de2007-09-081-34/+0
* Use := for PACKAGE_TARNAME, no reason for not doing sosven.panne@aedion.de2007-09-081-3/+3
* Removed unused oldincludedir, things are already complicated enoughsven.panne@aedion.de2007-09-081-4/+0
* Added comment about GNU coding standards/autoconf historysven.panne@aedion.de2007-09-081-5/+26
* Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORMIan Lynagh2007-09-061-3/+2
* Set GhcBootLibs=YES in mk/validate-settings.mkIan Lynagh2007-09-061-2/+3
* Build settings for validation are now in mk/validate-settings.mkIan Lynagh2007-09-052-0/+17
* Fix up bindist creation and publishingIan Lynagh2007-09-052-4/+13
* make the GhcThreaded setting lazy, because GhcUnregisterised might not be set...Simon Marlow2007-09-041-5/+1
* Set datarootdir to the value configure gives us (if any) so datadir worksIan Lynagh2007-09-051-1/+3
* Use := rather than = when assigning make variables to avoid cyclesIan Lynagh2007-09-031-26/+26
* Don't use autoconf's datarootdir as <2.60 doesn't have itIan Lynagh2007-09-031-3/+10
* GhcThreaded was bogusly off by default due to things being in the wrong orderSimon Marlow2007-09-031-5/+7
* Don't use the --docdir etc that autoconf providesIan Lynagh2007-08-311-5/+15
* Make rts docs obey DESTDIRIan Lynagh2007-08-311-1/+1
* Fix where all the documentation gets installedIan Lynagh2007-08-303-19/+27
* Remove INSTALL_INCLUDES; no longer usedIan Lynagh2007-08-281-8/+0
* Use DESTDIR when installingIan Lynagh2007-08-282-61/+62
* Make some header-installing machinery, and use it to install gmp.hIan Lynagh2007-08-282-0/+11
* Add a bindisttest directoryIan Lynagh2007-08-221-0/+1
* Add a GhcDebugged build setting, for whether GHC is linked with -debugIan Lynagh2007-08-171-0/+1
* Make dependencies of source files on Makefiles disableableIan Lynagh2007-08-161-0/+2
* Get closer to GhcCompilerWays=p workingIan Lynagh2007-08-121-0/+7
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-083-124/+60
* Fix a problem with package.mk being included too earlySimon Marlow2007-06-201-0/+7
* Use a real binary instead of scripts for ghc-inplaceSimon Marlow2007-06-211-7/+1
* Make building haddock docs opt-in rather than opt-outIan Lynagh2007-06-201-2/+2
* Use $(if...) to get lazy tests instead of if..endif in a few placesSimon Marlow2007-06-131-29/+14
* Install the RTS from a bindist correctlyIan Lynagh2007-06-052-27/+17
* ghc-pkg-inplace now has .bat extension on WindowsIan Lynagh2007-06-011-1/+7