- 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.
-
- Oct 09, 1997
-
-
Simon Marlow authored
Fix the 'set -e' business for subdirectories. Too late for 2.08 unfortunately.
-
Simon Marlow authored
set $(exeext) to empty, since it's currently set to @exeext@ and there's nothing in the configure script to pass in its real value. I'll move the tag on this file for 2.08, it can be fixed properly later.
-
- Oct 07, 1997
-
-
Simon Marlow authored
- do $(SCRIPT_SUBST) properly for shell scripts. - don't bomb out if the rmdir fails when cleaning split_objs directories.
-
Simon Marlow authored
add HappyProjectName etc. variables.
-
- Oct 02, 1997
- Sep 24, 1997
-
-
Simon Marlow authored
remove $(basename ..) from $(GhcLibHcOpts).
-
Simon Marlow authored
remove last bit of deforester.
-
sof authored
stop-on-error behaviour for recursive rules
-
- Sep 22, 1997
-
-
Simon Marlow authored
nuke GhcBuildeeVersion (which wasn't used anywhere) and GhcBuilerVersion (which was potentially wrong and not used anywhere).
-