From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Parallel make help needed Date: Sun, 09 Nov 2014 13:04:22 +0100 Message-ID: <545F5846.4020400@swipnet.se> References: <545E6549.2000209@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1415534690 23837 80.91.229.3 (9 Nov 2014 12:04:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2014 12:04:50 +0000 (UTC) Cc: emacs-devel To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 09 13:04:44 2014 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 1XnREZ-0005qj-Ty for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2014 13:04:44 +0100 Original-Received: from localhost ([::1]:38500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnREZ-0005Dd-CQ for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2014 07:04:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnRER-0005DV-5g for emacs-devel@gnu.org; Sun, 09 Nov 2014 07:04:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnREL-0005Pr-8Z for emacs-devel@gnu.org; Sun, 09 Nov 2014 07:04:35 -0500 Original-Received: from mailfe09.swip.net ([212.247.155.1]:44941 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnREL-0005PM-2j; Sun, 09 Nov 2014 07:04:29 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 373670150; Sun, 09 Nov 2014 13:04:26 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.155.1 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:176619 Archived-At: Glenn Morris skrev den 2014-11-08 20:34: > > http://lists.gnu.org/archive/html/emacs-diffs/2014-11/msg00116.html > > may help, but you may want to investigate why you apparently don't have > a working 'mkdir -p' on your system, Thats easy, it is not a GNU mkdir. > and also check your > build-aux/install-sh version (see doc of AC_PROG_MKDIR_P). > And now it works without errors. I'll see if it comes back. Thanks, Jan D.