[m-dev.] trivial diff: delete a.out from source distribution

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Nov 23 19:55:36 AEDT 1999


Estimated hours taken: 0.1

Mmakefile:
	Make sure that we delete `a.out', which seems to be
	created by configure, before packaging up the source
	distribution.

Workspace: /tmp/fjh/mercury-compiler-rotd-1999-11-23
Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/mercury/Mmakefile,v
retrieving revision 1.44
diff -u -d -r1.44 Mmakefile
--- Mmakefile	1999/10/26 14:37:14	1.44
+++ Mmakefile	1999/11/23 08:53:45
@@ -216,7 +216,7 @@
 	cd util && mmake realclean
 	cd doc && mmake distclean
 	-rm -f errs errs2 update.log
-	-rm -f config.status config.cache config.log configure.log
+	-rm -f config.status config.cache config.log configure.log a.out
 	-rm -f runtime/mercury_conf.h boehm_gc/mercury_boehm_gc_conf.h
 	-rm -f Mmake.common
 	chmod -R a+r *

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list