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: Sun, 2 Jun 2013 06:07:06 +0200 Message-ID: References: <8738t11iya.fsf@wanadoo.es> <83vc5xz0re.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 1370146075 5923 80.91.229.3 (2 Jun 2013 04:07:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 04:07:55 +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 Sun Jun 02 06:07:56 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 1UizaF-0002uB-Tl for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 06:07:56 +0200 Original-Received: from localhost ([::1]:39780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UizaE-0002iS-Ro for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 00:07:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UizaB-0002iL-G5 for emacs-devel@gnu.org; Sun, 02 Jun 2013 00:07:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uiza9-0001QB-T9 for emacs-devel@gnu.org; Sun, 02 Jun 2013 00:07:51 -0400 Original-Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:45460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uiza8-0001Pm-GZ; Sun, 02 Jun 2013 00:07:48 -0400 Original-Received: by mail-ea0-f175.google.com with SMTP id f10so208465eak.6 for ; Sat, 01 Jun 2013 21:07:46 -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=0s2FUb4XnBrHSBwBSxuY//LalW1ikPKVwsbMH1VGb0k=; b=GWadYu2ELJhA/XwKFHDBbu1GenpYKCIxn1kRqvx1knt6E35eZp+fgan2fvNgvAgdpu 0PWHLqS0Y6FyWywtyQ1YGw/L8YFQHqz8Bf1AVeCDgUIMnBgLRft/V8hjkaiXFxo9jP2f KS9btt7nEjHqOrPSPZKKXvkUOP1uNr0YEg046ZYaLyg/5RDhsTpyj2HvV14dYsBw+J4Z SNhbIZDk2QL+t/5IEtzL7Cbl3h1RN3cEQaSJQyD4OvdA3j9Cldv9ZbKjUTpcYx9aea1U e2P5r/glCXfwBooqGk1jNMqDx7DuToVZxqcn9UWYE64/I/i3M80vPumrAvqJOQghaerT nwPQ== X-Received: by 10.14.178.134 with SMTP id f6mr18529993eem.129.1370146066681; Sat, 01 Jun 2013 21:07:46 -0700 (PDT) Original-Received: by 10.15.93.130 with HTTP; Sat, 1 Jun 2013 21:07:06 -0700 (PDT) In-Reply-To: <83vc5xz0re.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::22f 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:159976 Archived-At: On Sun, Jun 2, 2013 at 4:48 AM, Eli Zaretskii wrote: > GNU Make 3.81 that is part of the official MSYS distribution does not > support parallel execution. That is what you are experiencing. [...] > This describes the version of Make I use, which identifies itself as > 3.82.90, and it does support parallel jobs. Juanma@ODIEONE /c/devel/emacs/repo/msys $ make -v GNU Make 3.82.90 Built for i686-pc-msys Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. and "make -j N" also causes hangups here. Another oddity: in place installation (setting --prefix=c:/Devel/emacs/repo/msys where my source tree is) creates an empty c/ dir along with the populated libexec/, share/ and var/. Juanma