comparison Makefile.in @ 9866:435cd6f0ec6d

(install-arch-indep): Delete *.orig in copied dirs.
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Nov 1994 11:48:21 +0000
parents 21c1a413ab75
children 9d103084f33b
comparison
equal deleted inserted replaced
9865:9ca8b94a9f07 9866:435cd6f0ec6d
331 for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ 331 for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
332 rm -rf $${subdir}/RCS ; \ 332 rm -rf $${subdir}/RCS ; \
333 rm -rf $${subdir}/CVS ; \ 333 rm -rf $${subdir}/CVS ; \
334 rm -f $${subdir}/\#* ; \ 334 rm -f $${subdir}/\#* ; \
335 rm -f $${subdir}/*~ ; \ 335 rm -f $${subdir}/*~ ; \
336 rm -f $${subdir}/*.orig ; \
336 done) ; \ 337 done) ; \
337 done 338 done
338 -rm -f ${lispdir}/subdirs.el 339 -rm -f ${lispdir}/subdirs.el
339 ./update-subdirs ${lispdir} 340 ./update-subdirs ${lispdir}
340 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ 341 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \