comparison Makefile.in @ 5048:d3b5893da958

(mkdir): Ignore error from chmod.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Nov 1993 09:20:07 +0000
parents 499783e8afb2
children 1006461bf759
comparison
equal deleted inserted replaced
5047:1ada11e2d89a 5048:d3b5893da958
304 ### instead of mkdir. Not all systems' mkdirs have the `-p' flag. 304 ### instead of mkdir. Not all systems' mkdirs have the `-p' flag.
305 mkdir: FRC.mkdir 305 mkdir: FRC.mkdir
306 ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ 306 ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
307 ${bindir} ${datadir} ${libdir} \ 307 ${bindir} ${datadir} ${libdir} \
308 `echo ${locallisppath} | sed 's/:/ /'` 308 `echo ${locallisppath} | sed 's/:/ /'`
309 chmod 777 ${COPYDESTS} ${lockdir} 309 -chmod 777 ${COPYDESTS} ${lockdir}
310 310
311 ### Delete all the installed files that the `install' target would 311 ### Delete all the installed files that the `install' target would
312 ### create (but not the noninstalled files such as `make all' would 312 ### create (but not the noninstalled files such as `make all' would
313 ### create). 313 ### create).
314 ### 314 ###