- Jul 28, 1999
-
-
Simon Marlow authored
- Use explicit file modes when installing binaries & scripts (not essential, but someone complained about it). - Use $(INSTALL_SCRIPT) for scripts
-
- Jun 03, 1999
-
-
sof authored
DLL install support
-
- May 04, 1999
-
-
sof authored
a rule or two for building DLLs
-
- Feb 02, 1999
-
-
sof authored
- define and use *_OPTS for the various sgmltools. - acknowledge the existence of INSTALL_LIB_SCRIPTS.
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Sep 14, 1998
-
-
Simon Marlow authored
quick fix for multi-file sgml docs.
-
- Aug 14, 1998
-
-
sof authored
make cleaning -odirs: discard error msgs should rmdir fail
-
- Jun 12, 1998
-
-
sof authored
install rule: check to see if SCRIPT_LINK already exists as symlink; if so, delete and create new
-
- May 29, 1998
-
-
sof authored
New rule, dist-package-zip: package src dists up using zip
-
- May 15, 1998
-
-
Simon Marlow authored
only strip libraries if $(StripLibraries) eq "YES"
-
- 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 17, 1998
-
-
sof authored
$(SCRIPT_LINK): use perl to test for symlinks rather than relying /bin/sh 'test'
-
- 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.
-
- Mar 17, 1998
-
-
Simon Marlow authored
fix 'make -k' again :-)
-
- Feb 26, 1998
-
-
sof authored
Replace uses of 'set -e' with explicit checks for process return codes
-
- Feb 19, 1998
-
-
sof authored
don't recurse over the different ways with `make runtests' inside leaf directories, leave that to `make all'.
-
- Feb 17, 1998
-
-
sof authored
- TAGS rule: be quiet if we fail to copy generated TAGS file from build to source tree.
-
- 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 22, 1998
-
-
Simon Marlow authored
Even more gruesome hack to avoid -odir $* problems in make depend.
-
- Jan 21, 1998
-
-
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).
-
- 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)
-
- Dec 22, 1997
-
-
Simon Marlow authored
remove some superfluous-looking parenthesis around a test.
-
- 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
project-ify the bin-dist rules a bit.
-
- 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.
-
- 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.
-
- 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.
-
- Oct 02, 1997
-
-
sof authored
Use exeext; removed non-#! support for cygwin32 (no longer needed)
-
- Sep 24, 1997
-
-
sof authored
stop-on-error behaviour for recursive rules
-
- Sep 18, 1997
-
-
Simon Marlow authored
remove superfluous braek introduced in rev.1.16.
-
- Sep 04, 1997
-
-
sof authored
Improved TAGS support
-