From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Posix build on Windows: parallel `make' broken Date: Mon, 3 Jun 2013 03:06:32 +0200 Message-ID: References: <8738t11iya.fsf@wanadoo.es> <83vc5xz0re.fsf@gnu.org> <83r4gkzgsj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1370221639 2579 80.91.229.3 (3 Jun 2013 01:07:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 01:07:19 +0000 (UTC) Cc: =?UTF-8?Q?=C3=93scar_Fuentes?= , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 03:07:20 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UjJF1-0000wo-IN for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 03:07:19 +0200 Original-Received: from localhost ([::1]:38133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjJF0-00049q-KH for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 21:07:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjJEx-00049c-G7 for emacs-devel@gnu.org; Sun, 02 Jun 2013 21:07:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjJEw-0001io-JF for emacs-devel@gnu.org; Sun, 02 Jun 2013 21:07:15 -0400 Original-Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]:52158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjJEv-0001ib-7Q; Sun, 02 Jun 2013 21:07:13 -0400 Original-Received: by mail-ea0-f172.google.com with SMTP id g14so739639eak.31 for ; Sun, 02 Jun 2013 18:07:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=OfbcGvGDXI3azRfppTOvWg+yKZu02ib+j+s/+xnvCE0=; b=KDrLFkqI/+yGM75gSvIHin2IZT0u9BONj/T78hQ/pqFBTBcSe+Q2v2Zk6Kp8EuCttP v2xbp310wRELMhXM/ICuAE10UIiIih0Ii/JOpa0nOIyHwh6sZNHr1HJAMcB8N9IVQdwD D2oyS4cWZGwRQfiMxSUjs1pKo9rBze6xaoZD9EwA49D4xk7GlQyfnGeMoxTHncbcO2sa g9aGJ0XORXKWULoa5QbF7IoNL55lAdO18XvV3sslfuX5+7sU/LZfiD7eCmCYEObmY9qo iGjFtG6OIeN+lESyoiOyiC2X5OkP/UY/zYBIokH7+UeluYNBWlPlmnE0LrmMt9oNwvPA 7u/w== X-Received: by 10.14.2.7 with SMTP id 7mr4611941eee.99.1370221632322; Sun, 02 Jun 2013 18:07:12 -0700 (PDT) Original-Received: by 10.15.93.130 with HTTP; Sun, 2 Jun 2013 18:06:32 -0700 (PDT) In-Reply-To: <83r4gkzgsj.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160019 Archived-At: On Sun, Jun 2, 2013 at 5:14 PM, Eli Zaretskii 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