[m-rev.] trivial diff: don't include autoconf cache in source distribution

Julien Fischer juliensf at csse.unimelb.edu.au
Wed Jan 10 19:52:46 AEDT 2007


Estimated hours taken: 0
Branches: main

Mmakefile:
 	Don't package up autoconf's cache directory as part of the
 	source distribution.  Delete it before creating the tarball.

Julien.

Index: Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.118
diff -u -r1.118 Mmakefile
--- Mmakefile	8 Jan 2007 06:49:57 -0000	1.118
+++ Mmakefile	10 Jan 2007 08:50:04 -0000
@@ -423,6 +423,7 @@
  	-rm -f runtime/mercury_conf.h boehm_gc/mercury_boehm_gc_conf.h
  	-rm -f Mmake.common
  	-rm -f extras/Mmake.params
+	-rm -rf autom4te.cache
  	chmod -R a+r *
  	# Package up the mercury directory with some subdirectories
  	# excluded, into a gzipped tar archive that will unpack into

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list