Trim redundant import
[ghc-hetmet.git] / mk /
2008-12-03 Ian LynaghWe need to tell cabal-bin which version of Cabal to use
2008-11-14 Simon MarlowRmoeve --enable-dotnet
2008-11-08 Ian Lynaghghc_ge_605 is now always YES
2008-10-15 Ian LynaghFix the build when the bootstrapping compiler has a...
2008-10-14 Clemens FruhwirthAdd "dyn" to GhcRTSWays when compiling --enable-shared
2008-10-08 Clemens FruhwirthTurn libffi into a Haskell package
2008-10-07 Ian LynaghBuild a profiled GHC API by default if p is in GhcLibWays
2008-09-24 Ian LynaghUse -perm -100 rather than -perm /a+x when looking...
2008-09-24 Ian LynaghUse $(FIND) rather than find, as the former may be...
2008-09-24 Ian LynaghAdd $(strip) to a Makefile test
2008-09-24 Ian LynaghUse test -f rather than test -e, for portability (Solaris)
2008-09-18 simonpj@microsoft.comComments only
2008-09-16 Ian LynaghUse the new -optdep flag replacements when building...
2008-09-13 Ian LynaghMove the "show" target from target.mk to boilerplate.mk
2008-09-13 Ian LynaghChange how we detect if we are using the bootstrapping...
2008-09-12 Ian LynaghIf USE_NEW_MKDEPEND_FLAGS is YES then don't use the...
2008-09-11 Ian LynaghInclude docs in the bindists
2008-09-06 Ian LynaghDon't build latex docs by default
2008-09-06 Ian LynaghNow that haddock is in-tree, build haddock docs by...
2008-09-06 Ian LynaghInstall the stage 2 ghc package when installing; fixes...
2008-09-05 Ian LynaghRemove the haddock detection
2008-08-30 Ian LynaghFix building the GHC API with profiling
2008-08-28 Ian LynaghRemove install-inplace directories when cleaning
2008-08-28 Ian LynaghUse the right ghc-pkg when installing the rts package
2008-08-28 Ian LynaghWhen installing, we can't rely on the ghc-pkg we just...
2008-08-28 Ian LynaghTweaks for installs into a DESTDIR
2008-08-28 Ian LynaghTurn on optimisation for stage2 when validating
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-08-25 Ian LynaghWhen making bindists, check that we know where we are
2008-08-25 Ian LynaghSet datadir=libdir; fixes trac #2541
2008-08-21 Ian LynaghFix making bindists
2008-08-21 Ian Lynaghmk/cabal.mk now turns on -Wall
2008-08-17 Ian LynaghComment fix
2008-08-17 Ian LynaghRemove GHC_TOP; we don't actually use it
2008-08-17 Ian LynaghChange how we know whether or not we are validating
2008-08-19 Simon Marlowset $(BOOTSTRAPPING_PACKAGE_CONF_HC_OPTS) automatically...
2008-08-12 Ian LynaghIn cabal.mk, clean is no longer identical to distclean
2008-08-13 Simon Marlowmove INPLACE_DATA_DIR into mk/config.mk and share it
2008-08-10 Ian LynaghAdd mk/bindist.mk
2008-08-10 Ian LynaghMake "make clean" in compiler/ only clean the stage...
2008-08-10 Ian Lynaghbindist fixes
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-06-21 Ian LynaghWhen raising NonTermination with the RTS, build the...
2008-07-30 Ian LynaghFix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted...
2008-07-25 Simon Marlowfor the installed versions, don't use dynamic-linking...
2008-07-24 Simon Marlowadd --enable-shared to configure, and $(BuildSharedLibs...
2008-07-24 Simon Marlowput the inplace GHC in stageN-inplace/ghc instead of...
2008-07-23 Ian LynaghTell Cabal where gcc is
2008-07-22 Ian LynaghFix the stage3 build
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...
next