emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Posix build on Windows: parallel `make' broken


From: Juanma Barranquero
Subject: Re: Posix build on Windows: parallel `make' broken
Date: Mon, 3 Jun 2013 03:06:32 +0200

On Sun, Jun 2, 2013 at 5:14 PM, Eli Zaretskii <address@hidden> 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

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

Hope this helps,

    J



reply via email to

[Prev in Thread] Current Thread [Next in Thread]