summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-21 08:01:26 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-21 08:01:26 +0000
commitea97068415b8cf03c00c30badd68c2b4b27f2738 (patch)
treeabe8bd69620a19570e3befa59c59052968494f32 /Makefile.in
parent513cb846c3b37cfc831b2b12f53d98a5d6d0d502 (diff)
downloademacs-ea97068415b8cf03c00c30badd68c2b4b27f2738.tar.gz
Improve copying status message.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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