[m-dev.] trivial diff: fix another permissions problem
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Feb 3 21:31:25 AEDT 2000
Estimated hours taken: 0.1
runtime/Mmakefile:
Ignore failure from chmod;
if that is going to cause problems later,
we will detect them when they occur, and
there's no need to complain about them here.
Workspace: /d-drive/home/hg/fjh/mercury
Index: runtime/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/Mmakefile,v
retrieving revision 1.49
diff -u -d -r1.49 Mmakefile
--- runtime/Mmakefile 1999/09/16 04:46:28 1.49
+++ runtime/Mmakefile 2000/02/03 10:29:11
@@ -280,7 +280,7 @@
.PHONY: install_headers
install_headers: $(HDRS) $(MACHHDRS) $(LIB_GLOBALS_H) install_dirs
cp `vpath_find $(HDRS) $(LIB_GLOBALS_H)` $(INSTALL_INC_DIR)
- chmod u+w $(INSTALL_INC_DIR)/mercury_conf.h
+ -chmod u+w $(INSTALL_INC_DIR)/mercury_conf.h
cp `vpath_find $(MACHHDRS)` $(INSTALL_INC_DIR)/machdeps
.PHONY: install_init
--
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