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: make distclean and quail Date: Wed, 14 Aug 2013 00:33:45 +0200 Message-ID: References: <8338rf4yor.fsf@gnu.org> <83txjv3iui.fsf@gnu.org> <83d2pkqh96.fsf@gnu.org> <83bo54qbb0.fsf@gnu.org> <831u5zqfsl.fsf@gnu.org> <83ob92q3jq.fsf@gnu.org> <834natpim1.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 1376433354 2768 80.91.229.3 (13 Aug 2013 22:35:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2013 22:35:54 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 14 00:35:57 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 1V9NBz-00073m-Dg for ged-emacs-devel@m.gmane.org; Wed, 14 Aug 2013 00:35:55 +0200 Original-Received: from localhost ([::1]:57321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9NBz-0005no-1g for ged-emacs-devel@m.gmane.org; Tue, 13 Aug 2013 18:35:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9NAa-0004B4-Ix for emacs-devel@gnu.org; Tue, 13 Aug 2013 18:34:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9NAZ-0003JV-LT for emacs-devel@gnu.org; Tue, 13 Aug 2013 18:34:28 -0400 Original-Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:39941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9NAY-0003Iw-8q; Tue, 13 Aug 2013 18:34:26 -0400 Original-Received: by mail-ee0-f44.google.com with SMTP id b47so4547870eek.3 for ; Tue, 13 Aug 2013 15:34:25 -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=nzzyvzPFgotU7/zjFMFzqlg0NWFQdRWS/B5D6FLSwcU=; b=gYtMEasxSqpr1uZUbDjcoE3EiqEmdN3nOJCSKUFzEGEEAaRS9zx73pwAagC5OPR79Q 8T8+YcVMLxePN3Z7bA1ICmd/TEfaq9tKwXZLPmkkPLCYbOCAy/1JjeiGO3eBCDaXLKmx wKuXIfQmvUsTDIBsedjpBMcwhZls3fbQ6dwRFhpoA/QGJQ9gLhNNFYZLRA+1CqNIjHBc 4BgPWDWr3eXsWCOSrJA3lgfgpLCxf4oCOmF81BGhbTs/s1/hrlShN8fYQVz0CywVBJwr z0Qxaw4K73U2IDxgLQ2ttw2w8vHLG0CyOW3srV1ru2qU4s8IG3Hm0MUAgS7zB9HmwTqL SXtw== X-Received: by 10.14.5.78 with SMTP id 54mr6447608eek.55.1376433265325; Tue, 13 Aug 2013 15:34:25 -0700 (PDT) Original-Received: by 10.14.133.15 with HTTP; Tue, 13 Aug 2013 15:33:45 -0700 (PDT) In-Reply-To: <834natpim1.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::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:162685 Archived-At: On Tue, Aug 13, 2013 at 8:10 PM, Eli Zaretskii wrote: > There's one other player in this drama: config.status. Can you look > inside it and see how it spells srcdir values? Currently, srcdir='/c/devel/emacs/repo/trunk' though the last bootstrap was "good". > Also, please compare > config.status from a good and a bad build. Yes, I'll start saving makefiles and config.status before every bootstrap. > Are you using MSYS Sed and Gawk? Or is there a chance one or both of > these are MinGW programs? I have no sed or gawk in mingw\bin, though I have them in gnu\bin (that's GnuWin32). But they come after mingw\msys\1.0\bin in the sh path. J