Mercurial > emacs
changeset 5048:d3b5893da958
(mkdir): Ignore error from chmod.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Nov 1993 09:20:07 +0000 |
parents | 1ada11e2d89a |
children | ba8033f10607 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Tue Nov 16 08:45:56 1993 +0000 +++ b/Makefile.in Tue Nov 16 09:20:07 1993 +0000 @@ -306,7 +306,7 @@ ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ ${bindir} ${datadir} ${libdir} \ `echo ${locallisppath} | sed 's/:/ /'` - chmod 777 ${COPYDESTS} ${lockdir} + -chmod 777 ${COPYDESTS} ${lockdir} ### Delete all the installed files that the `install' target would ### create (but not the noninstalled files such as `make all' would