- Apr 14, 1998
-
-
Simon Marlow authored
don't include PRIVATE in NoFibSubDirs by default.
-
Simon Marlow authored
death to GHC_ONLY.
-
- Apr 10, 1998
-
-
Simon Marlow authored
add LEADING_UNDERSCORE.
-
- Mar 17, 1998
-
-
Simon Marlow authored
configure HaveLibGmp.
-
Simon Marlow authored
fix 'make -k' again :-)
-
- Mar 11, 1998
-
-
Simon Marlow authored
we don't use GNUCPP anywhere.
-
Simon Marlow authored
set CPP to @CPP@, not @RAWCPP@.
-
Simon Marlow authored
add all missing SIZEOF_* and ALIGNMENT_* defines.
-
Simon Marlow authored
add RTS_PREFIX = $(FPTOOLS_TOP)/common-rts/ (Harmless unless compiling for the new RTS).
-
Simon Marlow authored
added .hc-->.s and .S-->.o rules.
-
- Mar 05, 1998
-
-
sof authored
Don't split object files when booting from .hc
-
- Mar 03, 1998
-
-
Simon Marlow authored
Add some size tests.
-
- Feb 26, 1998
- Feb 23, 1998
-
-
Simon Marlow authored
bump GHC version to 3.02.
-
- 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.
-