mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
* Makefile.in (install-arch-indep): Avoid eval.
This commit is contained in:
parent
b9031d6911
commit
57ae02b1db
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* Makefile.in (install-arch-indep): Avoid eval.
|
||||||
|
|
||||||
2012-07-31 Glenn Morris <rgm@gnu.org>
|
2012-07-31 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* configure.ac (opsysfile, S_FILE): Now they are always empty.
|
* configure.ac (opsysfile, S_FILE): Now they are always empty.
|
||||||
|
|
|
@ -495,8 +495,11 @@ set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
|
||||||
## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
|
## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
|
||||||
install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
|
install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
|
||||||
umask 022 ; \
|
umask 022 ; \
|
||||||
eval $(MKDIR_P) \
|
locallisppath='${locallisppath}'; \
|
||||||
"'$(DESTDIR)`echo ${locallisppath}|sed \"s,:,' '$(DESTDIR),g\"`'"
|
IFS=:; \
|
||||||
|
for d in $$locallisppath; do \
|
||||||
|
${MKDIR_P} "$(DESTDIR)$$d"; \
|
||||||
|
done
|
||||||
-set ${COPYDESTS} ; \
|
-set ${COPYDESTS} ; \
|
||||||
unset CDPATH; \
|
unset CDPATH; \
|
||||||
$(set_installuser); \
|
$(set_installuser); \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue