all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: ofv@wanadoo.es, emacs-devel@gnu.org
Subject: Re: Posix build on Windows: parallel `make' broken
Date: Mon, 03 Jun 2013 05:52:21 +0300	[thread overview]
Message-ID: <83sj0zykgq.fsf@gnu.org> (raw)
In-Reply-To: <CAAeL0SQ0-=U6yL7WXtA7wfYju=Go8ViJ2uEav=uVHpTs0_UhTw@mail.gmail.com>

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Mon, 3 Jun 2013 03:06:32 +0200
> Cc: Óscar Fuentes <ofv@wanadoo.es>, 
> 	Emacs developers <emacs-devel@gnu.org>
> 
> On Sun, Jun 2, 2013 at 5:14 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
> > Can you figure out which command run as part of "make install" does that?
> 
> This fragment from the install-arch-indep target:
> 
>   for d in $$locallisppath; do \
>    ${MKDIR_P} "$(DESTDIR)$$d"; \
>   done
> 
> goes through the following $d's:
> 
>   c
>   /Devel/emacs/repo/trunk/share/emacs/24.3.50/site-lisp
>   c
>   /Devel/emacs/repo/trunk/share/emacs/site-lisp

What does your prefix= line say in that Makefile?

If it uses Windows-style d:/foo/bar file name, does it help to say

  make install prefix=/c/Devel/emacs...

i.e. use the MSYS-style file name instead?

> And speaking of site-lisp,
> 
>   c:\...\trunk> src\emacs.exe -q
>   Warning: Lisp directory `c:/devel/emacs/repo/trunk/site-lisp': No
> such file or directory

That's the consequence of the above.  Emacs verifies the site-lisp
directories exist when it starts up.




  reply	other threads:[~2013-06-03  2:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-01 23:59 Posix build on Windows: parallel `make' broken Óscar Fuentes
2013-06-02  2:48 ` Eli Zaretskii
2013-06-02  4:07   ` Juanma Barranquero
2013-06-02 15:14     ` Eli Zaretskii
2013-06-02 15:55       ` Juanma Barranquero
2013-06-03  1:06       ` Juanma Barranquero
2013-06-03  2:52         ` Eli Zaretskii [this message]
2013-06-03  3:41           ` Juanma Barranquero
2013-06-03 15:30             ` Eli Zaretskii
2013-06-03 15:47               ` Juanma Barranquero
2013-06-03 16:58                 ` Eli Zaretskii
2013-06-03 21:06                   ` Juanma Barranquero
2013-06-02 10:04   ` Óscar Fuentes
2013-06-02 15:30     ` Eli Zaretskii
2013-06-02 18:22       ` Óscar Fuentes
2013-06-02 18:36         ` Eli Zaretskii
2013-06-02 19:10           ` Óscar Fuentes
2013-06-02 19:18             ` Eli Zaretskii
2013-06-02 19:41               ` Óscar Fuentes

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=83sj0zykgq.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=ofv@wanadoo.es \
    /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.