summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* sdist: Haddock.Interface.{Lex,Parse} moved to Haddock.{Lex,Parse}Simon Marlow2010-03-021-2/+2
* Have separate rules to generate tags and TAGSIan Lynagh2010-02-271-0/+3
* Make "make tags" work in the new build systemIan Lynagh2010-02-211-0/+6
* Allow extra packages to be added to the build, by setting $(EXTRA_PACKAGES)Simon Marlow2010-02-171-0/+2
* Invoke Haddock directly from the build system, instead of via CabalSimon Marlow2010-01-121-4/+3
* Build and install inplace the count_lines and compareSizes utilsIan Lynagh2009-12-161-0/+5
* Put README and INSTALL into bindistsIan Lynagh2009-12-091-2/+3
* Fix typoIan Lynagh2009-12-091-1/+1
* Eliminate mkdependCIan Lynagh2009-12-091-3/+2
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-6/+1
* Install perl on WindowsIan Lynagh2009-11-201-0/+5
* Add a rule to allow us to sdist libraries easilyIan Lynagh2009-11-191-0/+9
* Add support for the man page to the new build systemIan Lynagh2009-11-191-0/+3
* Put the libffi files to be installed into a dist directoryIan Lynagh2009-11-181-2/+2
* Add ghc-tarballs to the list of directories that go into an sdistIan Lynagh2009-11-181-1/+1
* include the GHC package docs in a bindistSimon Marlow2009-11-171-0/+1
* exclude some haddock-related rules during BINDISTSimon Marlow2009-11-171-2/+4
* fix install_docs dependencies, and add a missing $(INSTALL_DIR)Simon Marlow2009-11-161-1/+2
* Tweak to the directory-building ruleSimon Marlow2009-11-131-1/+5
* HC bootstrapping fix: add -I$(GHC_INCLUDE_DIR) to SRC_CC_OPTSSimon Marlow2009-11-121-1/+7
* Add gen_contents_index and prologue.txt to bindistsIan Lynagh2009-11-111-0/+2
* Put docs into versioned directory names; fixes trac #3532Ian Lynagh2009-11-081-0/+2
* Tell ghc-cabal what strip program to useIan Lynagh2009-11-081-0/+1
* Change a use of xargs to "$(XARGS)" $(XARGS_OPTS)Ian Lynagh2009-11-071-1/+1
* ghc-stage2 is now renamed to ghc when it is installedIan Lynagh2009-11-071-1/+4
* Fix some more build bugs exposed by the addition of the ghc dependency to dphSimon Marlow2009-11-051-1/+16
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-36/+36
* Get the package-data.mk dependencies rightSimon Marlow2009-11-051-12/+17
* Always include libraries/dph/ghc.mk in top-level ghc.mkRoman Leshchinskiy2009-11-041-1/+2
* Refactor package installationIan Lynagh2009-11-031-9/+17
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-12/+0
* Stop creating $(INPLACE_LIB)/perl.exeIan Lynagh2009-10-201-3/+0
* Fix install when various DOC variables are emptyIan Lynagh2009-10-131-2/+8
* Fix install when INSTALL_LIBEXEC_SCRIPTS = ""Ian Lynagh2009-10-131-0/+4
* Fix install when INSTALL_LIBEXECS = ""Ian Lynagh2009-10-131-0/+4
* Only make the Windows installer if ISCC is setIan Lynagh2009-10-101-0/+4
* Update the list of happy/alex-generated files put in sdistsIan Lynagh2009-10-101-19/+16
* Add the include files to bindistsIan Lynagh2009-10-091-0/+1
* Tweak how bindistprep is created and cleanedIan Lynagh2009-10-091-3/+8
* Make the Windows installer in bindistprep/Ian Lynagh2009-10-071-1/+1
* remove a TODO now doneSimon Marlow2009-10-061-2/+0
* Add ".PRECIOUS: %/."Simon Marlow2009-10-061-0/+3
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-6/+16
* binary is called "binary", not "ghc-binary", in the HEADIan Lynagh2009-09-291-1/+1
* Don't put library tarballs etc in the GHC source tarballsIan Lynagh2009-09-291-0/+2
* Don't install haskeline/mtl/terminfo, and hide ghc-binaryIan Lynagh2009-09-291-1/+7
* Fix making Windows bindist and installerIan Lynagh2009-09-291-2/+2
* More bindist tweakingIan Lynagh2009-09-271-9/+9
* Add a $(MAKE_RESTARTS) check to ghc.mkIan Lynagh2009-09-271-0/+8
* Change where bindists are madeIan Lynagh2009-09-271-10/+10