[m-rev.] diff: don't put extras/Mmake.params in tar file
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Mar 6 18:49:27 AEDT 2002
Estimated hours taken: 0.5
Branches: main
Mmakefile:
Delete `extras/Mmake.params' before building the tar file;
this avoids problems where the nightly tests would leave a
an extras/Mmake.params file with some wierd GRADE in it,
and this would get included in the extras tar file, which
resulted in user confusion.
Workspace: /home/ceres/fjh/mercury
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.73
diff -u -d -r1.73 Mmakefile
--- Mmakefile 22 Feb 2002 11:58:47 -0000 1.73
+++ Mmakefile 6 Mar 2002 07:46:25 -0000
@@ -274,6 +274,7 @@
-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
+ -rm -f extras/Mmake.params
chmod -R a+r *
# Package up the mercury directory with some subdirectories
# excluded, into a gzipped tar archive that will unpack into
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list