Commit Graph

6 Commits

Author SHA1 Message Date
Fergus Henderson
d8ea9c5247 Save the output of make all' and make install' in log files.
Estimated hours taken: 0.2

mercury/Makefile:
	Save the output of `make all' and `make install' in log files.
1996-01-26 14:22:53 +00:00
Fergus Henderson
13dc858451 In the rule for distclean', remove bindist/bindist.build_vars'.
Estimated hours taken: 0.1

mercury/Makefile:
	In the rule for `distclean', remove `bindist/bindist.build_vars'.
1996-01-23 12:21:49 +00:00
Fergus Henderson
3a3e1733f4 Add `uninstall' target.
mercury/Makefile:
	Add `uninstall' target.
1995-10-24 07:19:30 +00:00
Fergus Henderson
0ae0eb1a51 Oops, -j2 should not be enabled by default.
mercury/Makefile:
	Oops, -j2 should not be enabled by default.
1995-09-12 01:48:36 +00:00
Fergus Henderson
238bf814fa Fix bug in the passing of $PARALLEL (-j2) options.
mercury/Makefile:
	Fix bug in the passing of $PARALLEL (-j2) options.
1995-09-08 02:44:41 +00:00
Fergus Henderson
83f485a2e0 Embed the `hello world' Mercury program in the configure
configure.in:
	Embed the `hello world' Mercury program in the configure
	script rather than compiling the one in the samples directory.
	Add support for shared libraries on i386-*-freebsd*.

Makefile:
	Add a Makefile which basically just forwards the work to Mmake.
	This is just to make the installation sequence more standard.

INSTALL:
	Modify the instructions so that they use `make' rather than `mmake'.

Mmake:
	Make the `mmake clean' rule remove `config.log' and `config.status'.
	Pass MMAKE_DIR rather than passing both MMAKE_VARS and MMAKE_RULES.
1995-07-30 16:30:07 +00:00