all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Creating (or not) the directories in --locallisppath
Date: Fri, 21 Jun 2013 01:18:08 +0200	[thread overview]
Message-ID: <CAAeL0SRpcsvjaj4qzMuUuNDT+-1DB51Y23a+QMejCifjjuWQpA@mail.gmail.com> (raw)
In-Reply-To: <jwvppvgh73c.fsf-monnier+emacs@gnu.org>

On Thu, Jun 20, 2013 at 10:15 PM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:

> I'd tend to agree,


2013-06-20  Juanma Barranquero  <lekktu@gmail.com>

        * Makefile.in (install-arch-indep): Do not create the dirs
        in locallisppath; they are the user's responsibility.



=== modified file 'Makefile.in'
--- Makefile.in 2013-06-07 08:08:29 +0000
+++ Makefile.in 2013-06-20 23:14:29 +0000
@@ -548,13 +548,9 @@
 ## Note that the Makefiles in the etc directory are potentially useful
 ## in an installed Emacs, so should not be excluded.

-## I'm not sure creating locallisppath here serves any useful purpose.
-## If it has the default value, then the later write_subdir commands
-## will ensure all these components exist.
-## This will only do something if locallisppath has a non-standard value.
-## Is it really Emacs's job to create those directories?
-## Should we also be ensuring they contain subdirs.el files?
-## It would be easy to do, just use write_subdir.
+## We used to create locallisppath, but if it points to non-standard
+## locations, is not really Emacs's job to create these directories,
+## so it is no longer done.

 ## Note that we use tar instead of plain old cp -R/-r because the latter
 ## is apparently not portable (even in 2012!).
@@ -564,12 +560,6 @@
 ## See also these comments from 2004 about cp -r working fine:
 ## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
 install-arch-indep: lisp leim install-info install-man
${INSTALL_ARCH_INDEP_EXTRA}
- umask 022 ; \
- locallisppath='${locallisppath}'; \
- IFS=:; \
- for d in $$locallisppath; do \
-  ${MKDIR_P} "$(DESTDIR)$$d"; \
- done
  -set ${COPYDESTS} ; \
  unset CDPATH; \
  $(set_installuser); \



  reply	other threads:[~2013-06-20 23:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-20  2:33 Creating (or not) the directories in --locallisppath Juanma Barranquero
2013-06-20 20:15 ` Stefan Monnier
2013-06-20 23:18   ` Juanma Barranquero [this message]
2013-06-25 10:03     ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAeL0SRpcsvjaj4qzMuUuNDT+-1DB51Y23a+QMejCifjjuWQpA@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.