aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-19 12:17:04 -0700
committerGlenn Morris2012-05-19 12:17:04 -0700
commit567739fbcb3d46656f7fc4397e89f17334d52cdc (patch)
treeef05b4a0210718c04799b915163843d95db2f5d8
parent41a2ce39fa914487fb649edaea1a5e2a8f886bc6 (diff)
downloademacs-567739fbcb3d46656f7fc4397e89f17334d52cdc.tar.gz
emacs-567739fbcb3d46656f7fc4397e89f17334d52cdc.zip
Comments
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index acaafcd23ae..ec74a2ec8a9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -517,6 +517,8 @@ set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
517## http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00278.html 517## http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00278.html
518## I have no idea which platforms Emacs supports where cp -R does not 518## I have no idea which platforms Emacs supports where cp -R does not
519## work correctly, and therefore no idea when tar can be replaced. 519## work correctly, and therefore no idea when tar can be replaced.
520## See also these comments from 2004 about cp -r working fine:
521## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
520install-arch-indep: install-leim install-info install-man ${INSTALL_ARCH_INDEP_EXTRA} 522install-arch-indep: install-leim install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
521 umask 022 ; \ 523 umask 022 ; \
522 $(MKDIR_P) $(DESTDIR)`echo ${locallisppath} | sed 's,:, $(DESTDIR),g'` 524 $(MKDIR_P) $(DESTDIR)`echo ${locallisppath} | sed 's,:, $(DESTDIR),g'`