Fix Haddock errors.
[ghc-hetmet.git] / mk /
2008-07-18 Ian LynaghBuild system tweaks
2008-07-18 Ian LynaghMore build system changes; hasktags is now built with...
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghRemove some duplication
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-11 Ian LynaghHandle passing hsc2hs to Cabal better
2008-07-11 Ian LynaghSplit up Cabal configure flag variables for more flexib...
2008-07-10 Ian LynaghMove the definition of NONEXISTENT into the central...
2008-07-10 Ian LynaghDefine CABAL in mk/cabal-flags.mk, rather than everywhe...
2008-07-10 Ian LynaghRemove remnants of javaGen
2008-07-09 Ian LynaghObjectIO is no longer an extralib
2008-07-09 Ian LynaghRemove all references to -mno-cygwin
2008-07-08 Ian LynaghExtend the flag for not automatically linking haskell98
2008-07-05 Ian LynaghFix hsc2hs finding its template file on Windows
2008-07-05 Ian LynaghBuild hsc2hs with Cabal
2008-07-03 Ian LynaghRemove Cabal modules from compat
2008-07-01 Ian LynaghAdd --slow (and --fast) options to validate
2008-07-01 Ian LynaghMake a "validate --hpc"; shows how much of the compiler...
2007-11-01 Simon Marlowallow PAPI to be installed somewhere non-standard
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-15 Ian LynaghAdd ghc_ge_609
2008-06-14 Ian LynaghUse -O0 rather than the deprecated -Onot
2008-05-26 Manuel M T ChakravartyFix fwrite$UNIX2003 symbols when cross-compiling for...
2008-05-20 Simon Marlowupdate the "perf" settings to match the default
2008-05-20 Simon Marlowuse -O2 for libraries and stage2 compiler by default
2008-05-12 Simon Marlowdoc tweak
2008-04-20 Ian LynaghMake the integer library to use more configurable
2008-03-26 Ian LynaghIn validate settings, make -Werror easier to override
2008-03-16 Ian LynaghUse editline instead of readline
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-19 Manuel M T ChakravartyAdd configure option --with-macos-deployment-target
2008-02-18 Manuel M T ChakravartyAll installed Haskell prgms have an inplace and an...
2008-02-02 Manuel M T ChakravartyFirst stab at an installer package for the Mac
2008-01-24 Ian LynaghTell happy to be strict
2008-01-21 Simon MarlowIncrease the bar for bootstrapping GHC to 6.4 (HEAD...
2007-12-31 Clemens FruhwirthMore verbose error reporting in mk/target.mk
2008-01-04 Simon Marlowpass -no-user-package-conf to ghc-inplace
2008-01-01 Clemens FruhwirthEmbedd DLL name into its import library, so client...
2007-12-28 Clemens FruhwirthInstall dynlibs correctly
2007-12-07 Ian LynaghBIN_DIST_INST_SUBDIR Needs to be defined in config...
2007-12-02 Ian LynaghDon't default to stripping binaries when installing
2007-11-23 Ian LynaghMERGED: If we have hscolour then make source code links...
2007-11-05 simonpj@microsoft.comAdd -dcore-lint when validating libraries
2007-11-15 Simon Marlowon Windows, install to a directory with spaces (test...
2007-11-05 Simon Marloweliminate a bit of duplication
2007-11-05 Simon Marlowbuild ghctags-inplace
2007-11-05 Simon Marloweliminate a bit of duplication
2007-06-25 Simon Marlowadd $(GHCTAGS)
2007-10-26 Simon Marlowinstall the Cabal docs, and make them show up in a...
2007-10-26 Simon Marlowcp => $(CP)
2007-10-26 Simon Marlowget rid of the html subdirectory under share/doc/ghc...
2007-10-25 Simon Marlowdefault to installing runhaskell and hsc2hs again,...
2007-10-23 Ian LynaghFix installing the documentation in the bindists
2007-10-09 Simon Marlowremove vestiges of way 'u' (see #1008)
2007-09-19 Ian LynaghUse $(RelocatableBuild) rather than $(Windows)
2007-09-18 Ian LynaghGive Windows its own definitions of docdir (and htmldir...
2007-09-18 Ian LynaghInclude build.mk or validate{,-settings}.mk through...
2007-09-14 Simon Marlowfix install-docs for non-html docs
2007-09-14 Ian LynaghRefer to "boot" libs, not "core" libs
2007-09-13 Ian LynaghDefine RelocatableBuild variable
2007-08-06 Clemens FruhwirthCall windres with explicit preprocessor path in case...
2007-09-10 Ian LynaghAdd a BeConservative setting to the make system
2007-09-09 sven.panne@aedion.deRemoved install-dirs target, it is unnecessary and...
2007-09-08 sven.panne@aedion.deRemoved setting of default values for variables which...
2007-09-08 sven.panne@aedion.deUse := for PACKAGE_TARNAME, no reason for not doing so
2007-09-08 sven.panne@aedion.deRemoved unused oldincludedir, things are already compli...
2007-09-08 sven.panne@aedion.deAdded comment about GNU coding standards/autoconf history
2007-09-06 Ian LynaghRemove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
2007-09-06 Ian LynaghSet GhcBootLibs=YES in mk/validate-settings.mk
2007-09-05 Ian LynaghBuild settings for validation are now in mk/validate...
2007-09-05 Ian LynaghFix up bindist creation and publishing
2007-09-04 Simon Marlowmake the GhcThreaded setting lazy, because GhcUnregiste...
2007-09-05 Ian LynaghSet datarootdir to the value configure gives us (if...
2007-09-03 Ian LynaghUse := rather than = when assigning make variables...
2007-09-03 Ian LynaghDon't use autoconf's datarootdir as <2.60 doesn't have it
2007-09-03 Simon MarlowGhcThreaded was bogusly off by default due to things...
2007-08-31 Ian LynaghDon't use the --docdir etc that autoconf provides
2007-08-31 Ian LynaghMake rts docs obey DESTDIR
2007-08-30 Ian LynaghFix where all the documentation gets installed
2007-08-28 Ian LynaghRemove INSTALL_INCLUDES; no longer used
2007-08-28 Ian LynaghUse DESTDIR when installing
2007-08-28 Ian LynaghMake some header-installing machinery, and use it to...
2007-08-22 Ian LynaghAdd a bindisttest directory
2007-08-17 Ian LynaghAdd a GhcDebugged build setting, for whether GHC is...
2007-08-16 Ian LynaghMake dependencies of source files on Makefiles disableable
2007-08-12 Ian LynaghGet closer to GhcCompilerWays=p working
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-20 Ian LynaghMake building haddock docs opt-in rather than opt-out
2007-06-13 Simon MarlowUse $(if...) to get lazy tests instead of if..endif...
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-06-01 Ian Lynaghghc-pkg-inplace now has .bat extension on Windows
2007-06-01 Ian LynaghAdd omitted files (mk/{install,recurse}.mk)
2007-06-01 Ian LynaghFix bindist creation
2007-05-31 Ian LynaghRework the build system a bit
2007-05-31 Simon MarlowFIX unregisterised build
2007-05-29 Ian LynaghBuild Windows installer when making a bindist if ISCC...
2007-05-29 Simon Marlowdon't build the threaded RTS when GhcUnregisterised=YES
2007-05-25 Simon Marlowadd $(ghc_ge_607)
next