1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* Makefile.in (install-arch-indep): Remove sh -x.

This commit is contained in:
Jan Djärv 2012-07-30 09:51:29 +02:00
parent 169304bdb3
commit 847bb9eb74
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
* Makefile.in (install-arch-indep): Remove sh -x.
2012-07-30 Glenn Morris <rgm@gnu.org>
* configure.ac (opsysfile): Tweak message for null case.

View File

@ -489,7 +489,7 @@ set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
umask 022 ; \
eval sh -x $(MKDIR_P) \
eval $(MKDIR_P) \
"'$(DESTDIR)`echo ${locallisppath}|sed \"s,:,' '$(DESTDIR),g\"`'"
-set ${COPYDESTS} ; \
unset CDPATH; \