- Feb 19, 1998
-
-
sof authored
don't recurse over the different ways with `make runtests' inside leaf directories, leave that to `make all'.
-
Simon Marlow authored
remove comment on GhcProjectVersion: it caused problems with make dist.
-
- Feb 17, 1998
-
-
sof authored
don't look for green-card binary, use the one in the build tree instead.
-
sof authored
- TAGS rule: be quiet if we fail to copy generated TAGS file from build to source tree.
-
Simon Marlow authored
Remove redundant PROJECT{VERSION,NAME,PATCHLEVEL} in favour of ProjectVersion etc. from config.mk.in.
-
- Feb 03, 1998
-
-
Simon Marlow authored
bump version to 3.01
-
Simon Marlow authored
remove hslibs stuff.
-
- Feb 02, 1998
-
-
Simon Marlow authored
Add support for links to versioned driver scripts.
-
- Jan 30, 1998
-
-
Simon Marlow authored
Remove old literate documentation support, and add support for multi-file SGML documents.
-
- Jan 28, 1998
-
-
Simon Marlow authored
Hmmm, .vsgml rule was wrong. Not sure how that happened.
-
- Jan 27, 1998
-
-
sof authored
AC_SUBST(exeext)
-
- Jan 22, 1998
-
-
Simon Marlow authored
Even more gruesome hack to avoid -odir $* problems in make depend.
-
- Jan 21, 1998
-
-
Simon Marlow authored
remove references to fastmake.
-
Simon Marlow authored
Remove cruft to do with running mkdependHS directly, and add cruft to deal with running 'ghc -M' with HC_OPTS that includes $* (eg. GhcLibHcOpts).
-
Simon Marlow authored
remove MKDEPENDHS_1_2.
-
- Jan 14, 1998
- Jan 13, 1998
-
-
Simon Marlow authored
Don't include .depend if FAST is defined. This means that gmake <blah> FAST=YES is equivalent to the old fastmake.
-
- Jan 12, 1998
-
-
Simon Marlow authored
forget it; there's no portable way to install a link.
-
Simon Marlow authored
add INSTALL_BIN_LINKS for linking things in $(bindir)
-
- Jan 09, 1998
-
-
Simon Marlow authored
- remove Ghc2_0 - bump GHC version number to 3.00 - default compiler to build with is 2.10
-
- Dec 22, 1997
-
-
Simon Marlow authored
remove some superfluous-looking parenthesis around a test.
-
Simon Marlow authored
remove support for using the Happy from the tree.
-
Simon Marlow authored
add a .sgml->.tex rule
-
- Dec 19, 1997
-
-
Simon Marlow authored
set GhcBinDistBins.
-
Simon Marlow authored
don't split objects for way "mr" too.
-
- Dec 17, 1997
-
-
Simon Marlow authored
add ghc/docs/libraries to the documentation built for a GHC binary distribution.
-
- Dec 16, 1997
-
-
Simon Marlow authored
another attempt at getting 'make -k' to do the right thing.
-
Simon Marlow authored
build SGML documentation using the normal 'gmake dvi' etc.
-
Simon Marlow authored
update for GHC 2.10, and add SGML2INFO.
-
Simon Marlow authored
cleanups to the bindist stuff.
-
Simon Marlow authored
project-ify the bin-dist rules a bit.
-
Simon Marlow authored
Add SGML suffix rules. Single-file documents only for the moment.
-
- Dec 15, 1997
-
-
Simon Marlow authored
bump happy version number to 1.5.
-
- Dec 04, 1997
-
-
Simon Marlow authored
add lengthy comment about recursive makes and failure.
-
Simon Marlow authored
fix the set -e business again. I could have sworn I'd already done this.
-
- Nov 28, 1997
-
-
Simon Marlow authored
prune #* and .#* when making source dist.
-
- Nov 22, 1997
-
-
sof authored
comment wibble
-
- Nov 13, 1997
-
-
Simon Marlow authored
update to version 2.08
-
- Oct 17, 1997
-
-
Simon Marlow authored
protect $$s for bash.
-