trivial diff: Mmakefile: fix permissions problem
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Nov 6 22:09:18 AEDT 1998
Mmakefile:
Do `chmod -R a+r *' before building the tar files,
to ensure that all the files in them are readable by everyone.
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.27
diff -u -r1.27 Mmakefile
--- Mmakefile 1998/10/28 08:43:31 1.27
+++ Mmakefile 1998/11/06 11:06:50
@@ -224,6 +224,7 @@
-rm -f config.status config.cache config.log configure.log
-rm -f runtime/mercury_conf.h boehm_gc/mercury_boehm_gc_conf.h
-rm -f Mmake.common
+ chmod -R a+r *
# Package up the mercury directory with some subdirectories
# excluded, into a gzipped tar archive that will unpack into
# mercury-compiler-$(VERSION).
--
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.
More information about the developers
mailing list