aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 14244eabc7e..b882da19287 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -511,7 +511,7 @@ install-nt:
511## For them, it is empty. 511## For them, it is empty.
512INSTALL_ARCH_INDEP_EXTRA = @INSTALL_ARCH_INDEP_EXTRA@ 512INSTALL_ARCH_INDEP_EXTRA = @INSTALL_ARCH_INDEP_EXTRA@
513 513
514## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html 514## https://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html
515## Needs to be the user running install, so configure can't set it. 515## Needs to be the user running install, so configure can't set it.
516set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \ 516set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
517 `id -un 2> /dev/null`; do \ 517 `id -un 2> /dev/null`; do \
@@ -550,11 +550,11 @@ set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
550 550
551## Note that we use tar instead of plain old cp -R/-r because the latter 551## Note that we use tar instead of plain old cp -R/-r because the latter
552## is apparently not portable (even in 2012!). 552## is apparently not portable (even in 2012!).
553## http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00278.html 553## https://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00278.html
554## I have no idea which platforms Emacs supports where cp -R does not 554## I have no idea which platforms Emacs supports where cp -R does not
555## work correctly, and therefore no idea when tar can be replaced. 555## work correctly, and therefore no idea when tar can be replaced.
556## See also these comments from 2004 about cp -r working fine: 556## See also these comments from 2004 about cp -r working fine:
557## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html 557## https://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
558install-arch-indep: lisp install-info install-man ${INSTALL_ARCH_INDEP_EXTRA} 558install-arch-indep: lisp install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
559 -set ${COPYDESTS} ; \ 559 -set ${COPYDESTS} ; \
560 unset CDPATH; \ 560 unset CDPATH; \