White space only
[ghc-hetmet.git] / mk /
2009-07-01 Simon Marlowmake GhcProfiled work, and add a "prof" flavour to...
2009-06-24 Simon Marlowadd debug_p and thr_debug_p to $(ALL_WAYS)
2009-06-16 Ian LynaghRemove more GMP bits
2009-06-16 Simon MarlowAdd support for 'make help' in subdirectories
2009-06-15 Simon MarlowAdd 'make fast' which omits deps (for a library) and...
2009-06-10 Ian LynaghMake Windows bindists and installers work in the new...
2009-06-02 Simon Marlowtidy up autoconfiguration of docbook stuff
2009-06-02 Ian LynaghAdd a comment about why RM and RM_OPTS are not in config.mk
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-29 Ian LynaghTweak mk/sub-makefile.mk
2009-05-23 Ian LynaghTurn on warnings when validating
2009-05-23 Ian Lynaghghc_ge_607 is now always true
2009-05-22 Ian LynaghChange how we find the host/build/target platforms
2009-05-21 Ian LynaghDon't overwrite the *OPTS/*Opts variables in mk/validat...
2009-05-21 Ian LynaghSet C compiler and linker flags correctly for OS X 64
2009-05-21 Simon MarlowFix #3201: "ar: Bad file number" build error with MSYS...
2009-05-16 Ian LynaghMove the fixed paths out of config.mk, so cleaning...
2009-05-16 Ian LynaghRemove an incorrect comment
2009-05-15 Ian LynaghMove hasktags out of the GHC repo
2009-05-15 Simon Marlowremove warning settings; we already have warnings turne...
2009-05-15 Simon Marlowdisable all docs in the "quick" and "devel" builds
2009-05-15 Simon Marlowremove XmlDocWays relic
2009-05-13 Simon Marlowremove old unused fop/dvips/xmltex stuff
2009-05-11 Simon MarlowGhcBootLibs is no more
2009-05-11 Simon Marlowmake it so that 'make html', 'make pdf', and 'make...
2009-05-08 Ian LynaghHandle deciding what docs to build better
2009-05-07 Ian LynaghRemove oldconfig.mk.in
2009-05-02 Ian LynaghMakefile tweak
2009-04-28 Simon Marlowmove nofib settings here from ghc's config.mk
2009-04-28 Simon Marlowmove runstdtest into nofib
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-21 Simon Marlowadd a DO NOT EDIT comment
2009-03-19 Simon MarlowFIX unregisterised build
2009-03-17 Simon MarlowAdd fast event logging
2009-03-11 Simon MarlowFIX #2832: Setting SplitObjs=NO doesn't disable -split...
2009-03-08 Ian LynaghDon't force HSCOLOUR_SRCS = YES when validating
2009-03-05 Ian LynaghBy default, only HsColour the docs if we find HsColour...
2009-02-21 Ian LynaghOnly use STAGE3_PACKAGE_CONF for building GHC itself
2009-02-18 Ian LynaghFix ghc and ghci wrappers on Windows
2009-02-12 Ian LynaghOnly pass --with-hscolour to cabal-bin once
2009-02-12 Ian LynaghQuote some more arguments to cabal-bin
2009-02-10 Ian LynaghDon't use the absolute path to the bindist tarball
2009-01-05 Ben.Lippmeier@anu... Enable the native code generator for SPARC
2009-01-04 Ian LynaghRequire HsColour by default
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...
next