Refactor gcc.c, pulling out the reusable code
[ghc-hetmet.git] / ghc.mk
2010-02-17 Simon MarlowAllow extra packages to be added to the build, by setti...
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2009-12-16 Ian LynaghBuild and install inplace the count_lines and compareSi...
2009-12-09 Ian LynaghPut README and INSTALL into bindists
2009-12-09 Ian LynaghFix typo
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-04 Ian LynaghLink all dynamic libraries with the correct install_nam...
2009-11-20 Ian LynaghInstall perl on Windows
2009-11-19 Ian LynaghAdd a rule to allow us to sdist libraries easily
2009-11-19 Ian LynaghAdd support for the man page to the new build system
2009-11-18 Ian LynaghPut the libffi files to be installed into a dist directory
2009-11-18 Ian LynaghAdd ghc-tarballs to the list of directories that go...
2009-11-17 Simon Marlowinclude the GHC package docs in a bindist
2009-11-17 Simon Marlowexclude some haddock-related rules during BINDIST
2009-11-16 Simon Marlowfix install_docs dependencies, and add a missing $...
2009-11-13 Simon MarlowTweak to the directory-building rule
2009-11-12 Simon MarlowHC bootstrapping fix: add -I$(GHC_INCLUDE_DIR) to SRC_C...
2009-11-11 Ian LynaghAdd gen_contents_index and prologue.txt to bindists
2009-11-08 Ian LynaghPut docs into versioned directory names; fixes trac...
2009-11-08 Ian LynaghTell ghc-cabal what strip program to use
2009-11-07 Ian LynaghChange a use of xargs to "$(XARGS)" $(XARGS_OPTS)
2009-11-07 Ian Lynaghghc-stage2 is now renamed to ghc when it is installed
2009-11-05 Simon MarlowFix some more build bugs exposed by the addition of...
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowGet the package-data.mk dependencies right
2009-11-04 Roman LeshchinskiyAlways include libraries/dph/ghc.mk in top-level ghc.mk
2009-11-03 Ian LynaghRefactor package installation
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-10-20 Ian LynaghStop creating $(INPLACE_LIB)/perl.exe
2009-10-13 Ian LynaghFix install when various DOC variables are empty
2009-10-13 Ian LynaghFix install when INSTALL_LIBEXEC_SCRIPTS = ""
2009-10-13 Ian LynaghFix install when INSTALL_LIBEXECS = ""
2009-10-10 Ian LynaghOnly make the Windows installer if ISCC is set
2009-10-10 Ian LynaghUpdate the list of happy/alex-generated files put in...
2009-10-09 Ian LynaghAdd the include files to bindists
2009-10-09 Ian LynaghTweak how bindistprep is created and cleaned
2009-10-07 Ian LynaghMake the Windows installer in bindistprep/
2009-10-06 Simon Marlowremove a TODO now done
2009-10-06 Simon MarlowAdd ".PRECIOUS: %/."
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-29 Ian Lynaghbinary is called "binary", not "ghc-binary", in the...
2009-09-29 Ian LynaghDon't put library tarballs etc in the GHC source tarballs
2009-09-29 Ian LynaghDon't install haskeline/mtl/terminfo, and hide ghc...
2009-09-29 Ian LynaghFix making Windows bindist and installer
2009-09-27 Ian LynaghMore bindist tweaking
2009-09-27 Ian LynaghAdd a $(MAKE_RESTARTS) check to ghc.mk
2009-09-27 Ian LynaghChange where bindists are made
2009-09-27 Ian LynaghAdd support for relocatable builds in the new build...
2009-09-20 Matthias KilianDon't build haddock if HADDOC_DOCS = NO, and disable...
2009-09-22 Ian LynaghRemove syb; it is no longer needed
2009-09-22 Ian LynaghRemove base3-compat
2009-09-21 Simon Marlowmove way-related stuff into a separate file
2009-09-21 Simon Marlowclean some Haddock-generated files
2009-09-17 Simon Marlowfix install on Windows
2009-09-12 Ian LynaghDon't try and put HaddockLex and HaddockParse into...
2009-09-12 Ian LynaghParsePkgConf no longer exists, so don't try to put...
2009-09-12 Ian LynaghTweak an error message
2009-09-12 Ian LynaghRefactor sdist so that we can see which command is...
2009-09-12 Ian LynaghMore bindist fixes
2009-09-12 Ian LynaghAdd includes/ghcautoconf.h and includes/ghcplatform...
2009-09-10 Simon Marlowbinary has unused-import warnings
2009-09-10 Simon MarlowChange the representation of the package database
2009-09-09 Simon MarlowNO_CLEAN_GMP fixes
2009-09-08 Simon Marlowremove a ToDo that is Done
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-09-08 Simon Marlowremove --enable-hc-boot-unregisterised (implied by...
2009-08-26 Ian Lynagh"ghc-cabal install" now needs to know where GHC is...
2009-08-26 Ian LynaghFix bindist creation
2009-08-20 Simon Marlowneed to check $(HADDOCK_DOCS) around contents/index...
2009-08-19 Simon MarlowRolling back: Add a kludge to fix building shared libs
2009-08-06 Simon MarlowFix unregisterised build
2009-08-16 Ian Lynaghbindist fix
2009-08-16 Ian LynaghBuild fixes
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-11 Ian LynaghSkip "Cabal check" for certain packages that we know...
2009-08-11 Ian LynaghCheck Cabal packages when validating
2009-08-08 Ian LynaghFix bindist creation
2009-08-08 Ian LynaghPut the library haddock docs in the html subdirectory...
2009-08-08 Ian LynaghInstall the main doc index page, and also put it in...
2009-08-07 Ian LynaghAdd a kludge to fix building shared libs
2009-08-02 Ian LynaghClean GMP properly; fixes #3411
2009-08-02 Ian LynaghFix permissions when installing
2009-08-02 Ian LynaghFix creation of library doc index, and put the library...
2009-08-02 Ian LynaghRemove a TODO item that's been done
2009-08-01 Ian LynaghAdd a publish-docs rule
2009-08-01 Ian LynaghAdd docs to bindists
2009-08-01 Ian LynaghMake the new build system install the documentation
2009-07-30 Ian LynaghFix cleaning the integer package
2009-07-27 Simon Marlowremove a couple of ToDos
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-22 Ian LynaghFix cleaning with the new integer changes
2009-07-22 Ian LynaghAdd integer-simple as a build option
2009-07-19 Ian LynaghBuild terminfo if we /aren't/ on Windows, not if we...
2009-07-18 Ian LynaghChange how PACKAGES is constructed, so that everything...
2009-07-18 Ian LynaghAdd the time library, and support for libraries in...
2009-07-07 Simon MarlowAvoid unnecessary recompilation after ./configure ...
2009-07-03 Simon Marlowfix cleaning of libraries (now 'make clean' in librarie...
2009-07-05 Ian LynaghUpdate driver/Makefile for the new build system
2009-07-05 Ian LynaghUpdate TODO list
2009-06-23 Ian LynaghAdd boot-pkgs and packages to the source dists
next