From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure on MS-Windows Date: Wed, 06 Nov 2013 01:27:55 +0100 Message-ID: <87txfq1iic.fsf@wanadoo.es> References: <134n7uab5v.fsf@fencepost.gnu.org> <83r4au7li4.fsf@gnu.org> <83mwli7gwq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1383697706 17130 80.91.229.3 (6 Nov 2013 00:28:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2013 00:28:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 06 01:28:30 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 1Vdqyz-0001rp-Pc for ged-emacs-devel@m.gmane.org; Wed, 06 Nov 2013 01:28:29 +0100 Original-Received: from localhost ([::1]:59200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdqyz-0002Ru-4K for ged-emacs-devel@m.gmane.org; Tue, 05 Nov 2013 19:28:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdqyq-0002Rm-Pq for emacs-devel@gnu.org; Tue, 05 Nov 2013 19:28:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vdqyi-0000mq-KM for emacs-devel@gnu.org; Tue, 05 Nov 2013 19:28:20 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:49633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdqyi-0000mX-Cx for emacs-devel@gnu.org; Tue, 05 Nov 2013 19:28:12 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vdqyd-0000rV-Mc for emacs-devel@gnu.org; Wed, 06 Nov 2013 01:28:07 +0100 Original-Received: from 247.red-83-46-215.dynamicip.rima-tde.net ([83.46.215.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Nov 2013 01:28:07 +0100 Original-Received: from ofv by 247.red-83-46-215.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Nov 2013 01:28:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 247.red-83-46-215.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:TSR39z+Ok+vQ/WwSouOebT0nuP8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:164993 Archived-At: Eli Zaretskii writes: > What you and Óscar need to get used to is not to run the configure > script before bootstrapping, but just say "make bootstrap", since the > bootstrap includes regeneration of the configure script and the > following configure step. I don't run the configure script before bootstrapping on a directory used on a previous build. I just do `make bootstrap -j4'. What I *think* that happens is: * the bootstrap target depends, directly or indirectly, on the configure (and, possibly, autogen) scripts. * when those are dirty, the script is executed before cleaning the build directory. * as the previous step deletes the files generated by `./configure', the script is executed again.