comparison Makefile.in @ 89952:6f6e9fe4658b

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-22 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-431 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-441 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 06 Jul 2004 02:57:15 +0000
parents 4c90ffeb71c5 17ff79516271
children 3fd4a5c21153
comparison
equal deleted inserted replaced
89951:aafd98bcc2ac 89952:6f6e9fe4658b
413 for subdir in `find $${dest} -type d ! -name RCS ! -name CVS -print` ; do \ 413 for subdir in `find $${dest} -type d ! -name RCS ! -name CVS -print` ; do \
414 chmod a+rx $${subdir} ; \ 414 chmod a+rx $${subdir} ; \
415 rm -rf $${subdir}/RCS ; \ 415 rm -rf $${subdir}/RCS ; \
416 rm -rf $${subdir}/CVS ; \ 416 rm -rf $${subdir}/CVS ; \
417 rm -f $${subdir}/.cvsignore ; \ 417 rm -f $${subdir}/.cvsignore ; \
418 rm -f $${subdir}/.arch-inventory ; \
418 rm -f $${subdir}/\#* ; \ 419 rm -f $${subdir}/\#* ; \
419 rm -f $${subdir}/.\#* ; \ 420 rm -f $${subdir}/.\#* ; \
420 rm -f $${subdir}/*~ ; \ 421 rm -f $${subdir}/*~ ; \
421 rm -f $${subdir}/*.orig ; \ 422 rm -f $${subdir}/*.orig ; \
422 rm -f $${subdir}/[mM]akefile* ; \ 423 rm -f $${subdir}/[mM]akefile* ; \