Minor refactoring of placeHolderPunRhs
[ghc-hetmet.git] / rules /
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
2009-12-04 Ian LynaghLink all dynamic libraries with the correct install_nam...
2009-12-01 Ian LynaghDelay expansion of some makefile variables until they...
2009-12-01 Ian LynaghAvoid running empty for loops; fixes trac #3683
2009-11-20 Ian LynaghFix some dependencies in bindists
2009-11-14 Ben.Lippmeier@anu... Provide extralibs when linking Windows DLLs
2009-11-17 Simon Marlowexclude some haddock-related rules during BINDIST
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-07 Ian LynaghTweak how shell wrappers are built
2009-11-07 Ian Lynaghghc-stage2 is now renamed to ghc when it is installed
2009-11-07 Ian LynaghTweak the shell wrapper scripts
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 MarlowFix #3642: m GHC builds using the Haskell Platform
2009-10-25 Ian LynaghEscape some $s in makefiles for consistency
2009-10-15 Simon MarlowTweak to the way per-source-file options are specified
2009-10-06 Simon MarlowFix dependencies for the RTS
2009-10-05 Ian LynaghComment out some unnecessary makefile rules
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-29 Simon MarlowNo need to use -split-objs with dynamic libraries
2009-09-28 Simon Marlowfix cut-and-paste bugs in .cmm -> .hc/.s rules
2009-09-27 Ian LynaghUse $topdir in the RTS's package.conf file when doing...
2009-09-21 Simon Marlowremove "touch %_hsc.c" - what was it for?
2009-09-20 Ian LynaghFix bindist creation
2009-09-17 Manuel M T ChakravartyUse CONF_CC_OPTS
2009-09-14 Simon MarlowFix collateral damage after distdir-opts.mk was refacto...
2009-09-13 Ian LynaghDon't register the non-munged stage1 ghc package
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-09-11 Ian LynaghChange a sed separator character to make it easier...
2009-09-11 Simon MarlowFix build with GHC <= 6.10.1
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-09-08 Simon Marlowadd $(CONF_*_OPTS) for options that come from ./configu...
2009-08-26 Matthias KilianConfigurable iconv header and library locations
2009-08-26 Matthias KilianDon't mess up absolute INCLUDE_DIRS
2009-08-26 Ian LynaghFix bindist creation
2009-08-21 Ian LynaghLink CMM objects into dynamic libraries
2009-08-20 Ian LynaghFix library installation; fixes #3374
2009-08-20 Ian LynaghEscape some $s in makefiles for consistency
2009-08-19 Simon MarlowRolling back: Add a kludge to fix building shared libs
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-11 Ian LynaghCheck Cabal packages when validating
2009-08-08 Ian LynaghFix bindist creation
2009-08-07 Ian LynaghAdd a kludge to fix building shared libs
2009-08-02 Ian LynaghFix permissions when installing
2009-08-02 Ian LynaghFix creation of library doc index, and put the library...
2009-08-01 Ian LynaghMake the new build system install the documentation
2009-08-01 Ian Lynaghwhitespace tweaks in rules/docbook.mk
2009-07-27 Simon Marlowbuildinfo files need a $$(wildcard)
2009-07-27 Simon MarlowSlight tweak to avoid overflowing the command-line...
2009-07-18 Ian LynaghFollow the split directory rename in the GHC build...
2009-07-18 Ian LynaghTemporarily turn off unused-do-bind warnings for the...
2009-07-06 simonpj@microsoft.comWindows fixes to build system: use the 'find' and ...
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-30 Simon Marlow'make html' in a library builds the Haddock docs
2009-06-25 Ian LynaghAdd buildinfo files to the bindist 2009-06-25
2009-06-24 Ian LynaghMake C and CMM objects way-dependent
2009-06-23 Simon MarlowOptimise the %.hi : %.o rule
2009-06-16 Ian LynaghAdd an _EXTRA_OBJS variable when linking packages
2009-06-15 Ian LynaghMake sure we aren't passing -Werror in the CFLAGS for...
2009-06-15 Ian LynaghPass CFLAGS and LDFLAGS to configure scripts
2009-06-15 Ian Lynagh.cmm rules need to depend on $$($1_$2_HC_DEP), not...
2009-06-11 Ian LynaghPut the CMM objects in the GHCi library too
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-16 Simon Marloweliminate "warning: overriding commnds..." from make...
2009-06-11 Ian LynaghAdd some $s to rules/build-package.mk for consistency
2009-06-02 Simon Marlowtidy up autoconfiguration of docbook stuff
2009-06-02 Simon Marlowemit a helpful message if you say 'make html' and BUILD...
2009-05-29 Simon Marlowfix comment
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-30 Ian LynaghRemove some redundant code from hi-rule.mk
2009-05-30 Ian Lynaghmake the clean_libraries target work, so you can "make...
2009-05-29 Ian LynaghMake clean_libraries in the same way that we make all_l...
2009-05-29 simonpj@microsoft.comMake haddocking depend on the library .a file
2009-05-28 Simon Marlowfix it so that 'make' on its own works even if we're...
2009-05-26 Ian LynaghAdd a haddock target, for just building the haddock...
2009-05-26 Ian LynaghAdd some more $s to rules/haddock.mk for consistency
2009-05-26 Ian LynaghFix haddocking
2009-05-06 Simon Marlow rm package.conf.inplace in distclean, not clean
2009-05-21 Simon MarlowFix #3201: "ar: Bad file number" build error with MSYS...
2009-05-19 Duncan CouttsPass --enable-shared and --with-hscolour to ghc-cabal...
2009-05-19 Duncan CouttsUse shared lib mode -dynload deploy to build the rts...
2009-05-17 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghTweak bindist creation
2009-05-16 Ian LynaghMove the fixed paths out of config.mk, so cleaning...
2009-05-15 Ian LynaghAdd a maintainer-clean rule
2009-05-15 Simon Marlowcleanup: remove reference to $1_$2_CONFIGURE_FLAGS...
next