fix haddock submodule pointer
[ghc-hetmet.git] / rules /
2011-06-12 Ian LynaghFix building of optional packages
2011-05-09 Simon MarlowAdd $$($1_$2_$3_ALL_HC_OPTS) when linking dynamic libra...
2011-04-29 Ian LynaghPass the right tool locations to Cabal when generating...
2011-04-29 Ian LynaghWe no longer need to pass pgmc etc in the ghc.wrapper...
2011-04-29 Ian LynaghAdd stage-specific AS variables to the build system
2011-04-26 Ian LynaghBuild system: Tell hsc2hs where to find cabal_macros.h
2011-04-26 Ian LynaghWhitespace only in rules/distdir-way-opts.mk
2011-04-23 Ian LynaghAdd stage-specific versions of more ar-related makefile...
2011-04-23 Ian LynaghMake and use AR_STAGE[0123] makefile vars
2011-04-23 Ian LynaghMake stage-specific CC variables
2011-04-14 Ian LynaghRefactor how dependencies are included; fixes #5109
2011-04-05 Simon MarlowMerge _stub.o files into the main .o file (Fixes #3687...
2011-02-07 Ian LynaghCall the final build system phase "final" rather than ""
2011-03-05 Ian LynaghAvoid some shell calls in the build system
2011-01-27 Ian LynaghFix "make 1" etc following the build system changes
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
2011-01-23 Ian LynaghAdd build system profiling to build system
2011-01-23 Ian LynaghAdd some missing dependencies
2011-01-23 Ian LynaghTweak some deps to avoid multiple $(wildcard ...)s
2011-01-22 Ian LynaghSimplify the build system, and remove 2 phases
2011-01-19 Ian LynaghMove some make variables around
2011-01-19 Ian LynaghRemove a debugging 'info'
2011-01-19 Ian LynaghMove the PACKAGE_MAGIC evaluation inside package-data.mk
2011-01-17 Ian LynaghFix deps on the ghc package
2011-01-16 Ian LynaghHandle dependencies of programs on libraries correctly
2011-01-16 Ian LynaghFix cross-package dependency generation on Windows
2011-01-16 Ian LynaghWe can now pass -include-pkg-deps to the bootstrapping...
2011-01-16 Ian LynaghChange some HC_OPTS var handling
2011-01-15 Ian LynaghBuild system improvements
2011-01-15 Ian LynaghWhitespace tweak
2011-01-06 Ian LynaghOn Cygwin, use a Cygwin-style path for /bin/install...
2010-12-19 Ian LynaghPass --hoogle to haddock; fixes trac #4521
2010-12-14 Ian LynaghRemove dead code now that we require the bootstrapping...
2010-12-10 Ian LynaghDon't link the GHC RTS into our C-only programs
2010-12-07 Ian LynaghMake CPPFLAGS variables, as well as CFLAGS and LDFLAGS
2010-12-06 Ian LynaghLink even programs containing no Haskell modules with GHC
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-21 Ian LynaghFix a makefile include ordering sanity check
2010-11-14 Ian LynaghAdd a build system dependency; fixes #4357
2010-10-20 Ian LynaghTweak the haddock rules; no functional change
2010-10-20 Ian LynaghLook for sources in Cabal's autogen directory too
2010-10-16 Ian LynaghCorrect the regexp used to search for extra packages
2010-09-30 Ian LynaghHandle EXTRA_LIBRARIES when building programs
2010-09-23 Simon MarlowRefactoring and tidy up in the build system
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-09-21 Simon Marlowfix building with extra packages (packages were added...
2010-09-20 Simon Marlowadd extra packages to $(EXTRA_PACKAGES), so we avoid...
2010-09-20 Ian LynaghTell Cabal that we're not building GHCi libs if UseArch...
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-18 Ian LynaghFix build on cygwin: Normalise slashes in .depend files...
2010-09-17 Ian Lynaghextra packages info is now read from packages file
2010-09-05 Ian LynaghDon't pass our gcc options to stage0 ghc's gcc; they...
2010-09-03 Ian LynaghDon't haddock packages that we aren't going to install
2010-09-03 Ian LynaghGive haddock per-package source entity paths; fixes...
2010-09-02 Ian LynaghAdd some -no-user-package-conf flags
2010-08-18 Ian LynaghUse make-command in rules/bindist.mk
2010-08-18 Ian LynaghAdd a "make-command" utility Makefile function
2010-08-10 Simon MarlowDo the dependency-omitting for 'make 1' in a slightly...
2010-07-26 Ian LynaghDon't rebuild dependency files unnecessarily when doing...
2010-07-23 Ian LynaghUse different CC/LD options for different stages
2010-07-17 Ian LynaghDon't generate Haskell dependencies if we don't have...
2010-07-16 Ian LynaghLink programs that have no Haskell objects with gcc...
2010-07-16 Ian LynaghUse gcc to build C programs for stages >= 1
2010-07-15 Ian LynaghSplit up some make commands, so that errors aren't...
2010-07-04 Ian LynaghUse Cabal to configure the dist-install ghc-pkg; fixes...
2010-06-22 Ian LynaghDon't rely on "-packagefoo" working; use "-package...
2010-06-16 Ian LynaghConvert some more variable names to FOO_CMD, for consis...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-04 Simon MarlowPass --no-tmp-comp-dir to Haddock (see comment)
2010-06-03 Simon Marlowfix --source-entity option passed to Haddock: we needed...
2010-05-30 Ian LynaghCheck dblatex actually creates the files we tell it to
2010-05-25 Ian LynaghAdd configure flags for the location of GMP includes...
2010-05-25 Ian LynaghWhen haddocking, we need the dependencies to have been...
2010-05-09 Ian LynaghAdd version constraints for the boot packages; fixes...
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-05-08 Ian LynaghTidy up the "rm" flags in the build system
2010-05-04 Ian LynaghIn build system, call package-config after including...
2010-04-27 Ian LynaghInplace programs depend on their shell wrappers
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2010-04-12 Ian LynaghRemove the ghc_ge_609 makefile variables
2010-03-29 Ian LynaghExplicitly check whether ar supports the @file syntax
2010-03-24 Ian LynaghChange how perl scripts get installed; partially fixes...
2010-03-24 Ian LynaghPass the location of gcc in the ghc wrapper script...
2010-03-24 Ian LynaghFix the build for non-GNU-ar
2010-03-23 Ian LynaghTweak the Makefile code for making .a libs; fixes trac...
2010-03-14 Ian LynaghWhen compiling with GHC >= 6.13, use -rtsopts
2010-03-05 simonpj@microsoft.comWhen BUILD_DOCBOOK_HTML is NO, keep the rules, just...
2010-02-27 Ian LynaghHave separate rules to generate tags and TAGS
2010-02-21 Ian LynaghMake "make tags" work in the new build system
2010-01-19 Ian LynaghEscape some $s in makefiles for consistency
2010-01-13 Simon Marlowhide modules properly with haddock
2010-01-13 Simon Marlowfix for HSCOLOUR_SRCS=NO
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2009-12-30 Ian LynaghFix rules/build-dependencies.mk on OS X
2009-12-19 Ian LynaghTweak the build-dependencies rule, and add comments...
2009-12-19 Ian LynaghWhen removing $(TOP) with sed, do so case insensitively
2009-12-16 Ian LynaghBuild and install inplace the count_lines and compareSi...
2009-12-15 Ian LynaghJust make C dependencies once, rather than each way
2009-12-15 Ian LynaghMake addCFileDeps quieter
2009-12-09 Ian LynaghEliminate mkdependC
next