comparison Makefile.in @ 14143:bcc924fdb1f8

(install-arch-indep): Ignore error if no chmod -R.
author Karl Heuer <kwzh@gnu.org>
date Wed, 10 Jan 1996 19:43:03 +0000
parents c9243845a191
children 74660e3d9659
comparison
equal deleted inserted replaced
14142:c9cb9dbb2d40 14143:bcc924fdb1f8
344 rm -f $${subdir}/dired.todo ; \ 344 rm -f $${subdir}/dired.todo ; \
345 done) ; \ 345 done) ; \
346 done 346 done
347 -rm -f ${lispdir}/subdirs.el 347 -rm -f ${lispdir}/subdirs.el
348 $(srcdir)/update-subdirs ${lispdir} 348 $(srcdir)/update-subdirs ${lispdir}
349 chmod -R a+r ${COPYDESTS} 349 -chmod -R a+r ${COPYDESTS}
350 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ 350 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
351 then \ 351 then \
352 echo "Copying etc/DOC-* to ${docdir} ..." ; \ 352 echo "Copying etc/DOC-* to ${docdir} ..." ; \
353 (cd etc; tar -cf - DOC*)|(cd ${docdir}; umask 0; tar -xvf - ); \ 353 (cd etc; tar -cf - DOC*)|(cd ${docdir}; umask 0; tar -xvf - ); \
354 (cd $(docdir); chmod a+r DOC*; rm DOC) \ 354 (cd $(docdir); chmod a+r DOC*; rm DOC) \