comparison Makefile.in @ 11279:f9ec534fe44c

(install-arch-indep): Delete .#* when copying subdirs.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Apr 1995 23:00:37 +0000
parents a78e341e8061
children 5e814474c4a8
comparison
equal deleted inserted replaced
11278:25b2219c415c 11279:f9ec534fe44c
329 (cd $${dir}; tar -cf - . )|(cd $${dest};umask 022; tar -xvf - ); \ 329 (cd $${dir}; tar -cf - . )|(cd $${dest};umask 022; tar -xvf - ); \
330 for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ 330 for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
331 rm -rf $${subdir}/RCS ; \ 331 rm -rf $${subdir}/RCS ; \
332 rm -rf $${subdir}/CVS ; \ 332 rm -rf $${subdir}/CVS ; \
333 rm -f $${subdir}/\#* ; \ 333 rm -f $${subdir}/\#* ; \
334 rm -f $${subdir}/.\#* ; \
334 rm -f $${subdir}/*~ ; \ 335 rm -f $${subdir}/*~ ; \
335 rm -f $${subdir}/*.orig ; \ 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