From: Karl Heuer Date: Thu, 21 Dec 1995 08:01:26 +0000 (+0000) Subject: Improve copying status message. X-Git-Tag: emacs-19.34~2103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99d7a69de15b1d67b8b73e61b44f849c93c56895;p=emacs.git Improve copying status message. --- diff --git a/Makefile.in b/Makefile.in index 76b3e35518c..66e0bed9cec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -329,7 +329,7 @@ install-arch-indep: mkdir dest=$$1 ; shift ; \ [ -d $${dir} ] \ && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \ - && (echo "Copying $${dir}..." ; \ + && (echo "Copying $${dir} to $${dest}..." ; \ (cd $${dir}; tar -cf - . )|(cd $${dest};umask 022; tar -xvf - ); \ for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ rm -rf $${subdir}/RCS ; \ @@ -347,7 +347,7 @@ install-arch-indep: mkdir $(srcdir)/update-subdirs ${lispdir} if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \ - echo "Copying etc/DOC-* ..." ; \ + echo "Copying etc/DOC-* to ${docdir} ..." ; \ (cd etc; tar -cf - DOC*)|(cd ${docdir}; umask 0; tar -xvf - ); \ (cd $(docdir); rm DOC) \ else true; fi