- May 08, 1998
-
-
Simon Marlow authored
fix to StripLibraries support.
-
- May 07, 1998
-
-
Simon Marlow authored
- New option $(StripLibraries) removes local symbols from library objects. Turned off by default, as it only works with linkers that support the '-x' (remove local symbols) option.
-
- Apr 29, 1998
-
-
Simon Marlow authored
- NoFibHcOpts = -O by default.
-
- Apr 17, 1998
- Apr 16, 1998
- Apr 15, 1998
-
-
sof authored
- Moved `dist' rule that sets up SRC_DIST_FILES symlinks past the recursive `dist' rule that creates the shadow dist tree. - Experimental support for aliases in SRC_DIST_FILES lists, i.e., foo~bar will create a symlink from `bar' in the dist tree to `foo' in the build tree (useful for the cases where you're shipping Makefiles that differ from the fptools/ ones.) - New target `dist-manifest': create MANIFEST files for a (source) distribution.
-
- 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.
-