summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Convert some more variable names to FOO_CMD, for consistencyIan Lynagh2010-06-161-3/+3
* Rename some variables from FOO to FOO_CMDIan Lynagh2010-06-161-4/+4
* Add xhtml package (a new dependency of Haddock; not installed/shipped)Simon Marlow2010-06-021-1/+5
* Update various 'sh boot's to 'perl boot'Ian Lynagh2010-05-161-1/+1
* Add version constraints for the boot packages; fixes trac #3852Ian Lynagh2010-05-091-0/+2
* Add a ghc.mk for bindisttest/Ian Lynagh2010-05-081-0/+1
* Add tools to test that cleaning works properlyIan Lynagh2010-05-081-0/+1
* Tidy up the "rm" flags in the build systemIan Lynagh2010-05-081-12/+12
* Use -Wwarn for the binary package, becuase it has redundant UNPACK pragmassimonpj@microsoft.com2010-05-061-0/+17
* Include DPH docs in bindistsIan Lynagh2010-04-241-0/+1
* Implement try10Times in MakefileIan Lynagh2010-04-201-5/+17
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-121-2/+0
* Don't install EXTRA_PACKAGES by defaultSimon Marlow2010-03-301-1/+5
* Change how perl scripts get installed; partially fixes #3863Ian Lynagh2010-03-241-8/+2
* Add the external core PDF to the new build systemIan Lynagh2010-03-211-0/+1
* Don't install the utf8-string packageIan Lynagh2010-03-171-1/+1
* 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