From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Posix build on Windows: parallel `make' broken Date: Sun, 02 Jun 2013 22:18:38 +0300 Message-ID: <83y5asxqwh.fsf@gnu.org> References: <8738t11iya.fsf@wanadoo.es> <83vc5xz0re.fsf@gnu.org> <87y5aszv3u.fsf@wanadoo.es> <83mwr8zg0o.fsf@gnu.org> <87txlgz821.fsf@wanadoo.es> <831u8kz7er.fsf@gnu.org> <87ppw4z5v3.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1370200736 15492 80.91.229.3 (2 Jun 2013 19:18:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 19:18:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 02 21:18:55 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 1UjDnq-0007if-Jd for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 21:18:54 +0200 Original-Received: from localhost ([::1]:56270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjDnq-00039d-6F for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 15:18:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjDnn-00038D-2C for emacs-devel@gnu.org; Sun, 02 Jun 2013 15:18:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjDnm-0005Ts-1G for emacs-devel@gnu.org; Sun, 02 Jun 2013 15:18:50 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:46252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjDnl-0005Th-J3 for emacs-devel@gnu.org; Sun, 02 Jun 2013 15:18:49 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MNS00F005GKPM00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sun, 02 Jun 2013 22:18:48 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MNS00FSA5N8PP10@a-mtaout21.012.net.il>; Sun, 02 Jun 2013 22:18:45 +0300 (IDT) In-reply-to: <87ppw4z5v3.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:160004 Archived-At: > From: =D3scar Fuentes > Date: Sun, 02 Jun 2013 21:10:08 +0200 >=20 > BTW, I confirmed that make.exe version 3.81 available through mingw= -get > (package name msys-make) supports parallel builds. Good to know, although I'm quite sure I saw someone complain on the MinGW list that it didn't. But maybe that was already the new MSYS's problem. So is your problem with parallel builds solved?