From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure using 'make -j4' [Cygwin] Date: Sat, 22 May 2010 15:06:43 +0200 Message-ID: <878w7ckrvg.fsf@engster.org> References: <4BF69E5B.7040006@alice.it> <83vdahz0v0.fsf@gnu.org> <4BF6BB85.3010504@alice.it> <83r5l5yw33.fsf@gnu.org> <4BF70D0B.9050106@alice.it> <83d3wozamt.fsf@gnu.org> <4BF7B965.9040203@swipnet.se> <838w7cp0hx.fsf@gnu.org> <4BF7D551.1020204@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274533626 12636 80.91.229.12 (22 May 2010 13:07:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 May 2010 13:07:06 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, angelo.graziosi@alice.it To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 22 15:07:04 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OFoPr-0004PH-Ll for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 15:06:59 +0200 Original-Received: from localhost ([127.0.0.1]:60262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFoPq-0002y1-Vz for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 09:06:59 -0400 Original-Received: from [140.186.70.92] (port=55271 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFoPk-0002w8-Q0 for emacs-devel@gnu.org; Sat, 22 May 2010 09:06:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFoPj-0001jP-39 for emacs-devel@gnu.org; Sat, 22 May 2010 09:06:52 -0400 Original-Received: from m61s02.vlinux.de ([83.151.21.164]:49648) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFoPi-0001iT-UY; Sat, 22 May 2010 09:06:51 -0400 Original-Received: from dslc-082-083-060-014.pools.arcor-ip.net ([82.83.60.14] helo=spaten) by m61s02.vlinux.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1OFoPb-0001k4-Fl; Sat, 22 May 2010 15:06:43 +0200 In-Reply-To: <4BF7D551.1020204@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=E4rv=22?= =?iso-8859-1?Q?'s?= message of "Sat, 22 May 2010 15:00:01 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Mail-Followup-To: Jan =?iso-8859-1?Q?Dj=E4rv?= , Eli Zaretskii , angelo.graziosi@alice.it, emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125064 Archived-At: Jan Dj=E4rv writes: > Eli Zaretskii skrev 2010-05-22 14.46: >>> Date: Sat, 22 May 2010 13:00:53 +0200 >>> From: Jan Dj=E4rv >>> CC: Angelo Graziosi, emacs-devel@gnu.org >>> >>> A better solution is probably to replace >>> >>> test -d ${DEPDIR} || mkdir ${DEPDIR} >>> >>> with >>> >>> mkdir -p ${DEPDIR} >> >> I think the -p switch to mkdir is not portable. >> > > I has been in The Single UNIX =AE Specification since 1997 at least. I > think it was in POSIX 2 as well (1990), but I lost it, so I can't > check. That may be, but 'mkdir -p' is not guaranteed to be thread-safe. -David