Commit Graph

10 Commits

Author SHA1 Message Date
Fergus Henderson
f3ce426725 Use ${var=default} rather than ${var:-$default}, since according
scripts/*.sh:
	Use ${var=default} rather than ${var:-$default}, since according
	to the GNU autoconf manual, the latter is not portable.
1995-05-12 15:57:16 +00:00
Fergus Henderson
5df40b0d26 Add copyright notices.
scripts/*:
	Add copyright notices.
1995-03-28 15:35:15 +00:00
Fergus Henderson
9a57fba0c1 Remove the dependency on @LIBOBJS@, since @LIBOBJS@
mnl.sh:
	Remove the dependency on @LIBOBJS@, since @LIBOBJS@
	comes from the library directory and it's a bit
	hard to compute in the scripts directory.
1995-03-11 15:43:04 +00:00
Fergus Henderson
5a3e1b242f Add a script for invoking the Mercury Compiler compiled with Sicstus.
mcs.sh:
	Add a script for invoking the Mercury Compiler compiled with Sicstus.

*.sh:
	Add some documentation.
1995-02-02 13:25:43 +00:00
Fergus Henderson
a729fda0c6 Bug fix; also add -v (verbose) option.
mnl.sh:
	Bug fix; also add -v (verbose) option.
1994-10-13 21:55:37 +00:00
Fergus Henderson
53a4253273 A few minor changes.
ml.sh, mnl.sh:
	A few minor changes.
	For mnl, ensure that if the user specifies the standard library
	modules on the command line, we only link in one copy of them.
1994-08-30 20:05:48 +00:00
Fergus Henderson
c80f94a64e Handle -o and -F options.
mnl.sh:
	Handle -o and -F options.
1994-08-17 15:24:39 +00:00
Fergus Henderson
ff8904f5a4 Bug fixes.
mnc.sh, mnl.sh:
	Bug fixes.
1994-08-17 12:51:26 +00:00
Fergus Henderson
c42e44a9f6 Allow the directory and file names to be overridden by
*.sh:
	Allow the directory and file names to be overridden by
	environment variables.
	Various bug-fixes.
1994-08-17 10:43:17 +00:00
Fergus Henderson
0a3eebc238 Added scripts for invoking nc to compile and link Mercury
mnc.sh, mnl.sh:
	Added scripts for invoking nc to compile and link Mercury
	programs.
1994-08-16 14:15:35 +00:00