From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Bootstrapping CVS Emacs fails with VC 2003 on Windows XP Professional Date: Tue, 14 Aug 2007 16:39:01 +0100 Message-ID: <46C1CC95.8050304@gnu.org> References: <46C1A08D.3090607@gnu.org> <46C1BEDB.1080403@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187105995 21471 80.91.229.12 (14 Aug 2007 15:39:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Aug 2007 15:39:55 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Christoph Conrad To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 14 17:39:53 2007 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.50) id 1IKyUn-0004us-1D for ged-emacs-devel@m.gmane.org; Tue, 14 Aug 2007 17:39:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKyUm-0002AA-EY for ged-emacs-devel@m.gmane.org; Tue, 14 Aug 2007 11:39:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKyUj-0002A0-6s for emacs-devel@gnu.org; Tue, 14 Aug 2007 11:39:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKyUh-00029c-7D for emacs-devel@gnu.org; Tue, 14 Aug 2007 11:39:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKyUh-00029Z-4j for emacs-devel@gnu.org; Tue, 14 Aug 2007 11:39:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKyUg-00009u-U6 for emacs-devel@gnu.org; Tue, 14 Aug 2007 11:39:43 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKyY4-00088w-Vg for emacs-pretest-bug@gnu.org; Tue, 14 Aug 2007 11:43:13 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IKyUd-000094-CO for emacs-pretest-bug@gnu.org; Tue, 14 Aug 2007 11:39:42 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKyUd-00008k-28 for emacs-pretest-bug@gnu.org; Tue, 14 Aug 2007 11:39:39 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 4906050C5B; Tue, 14 Aug 2007 16:39:33 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: X-Detected-Kernel: Linux 2.4-2.6 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:76504 gmane.emacs.pretest.bugs:19533 Archived-At: Thanks. I've checked it in to the release branch, it should flow through to the other branches as the syncs are done. dhruva wrote: > Hi, > I found the problem. We need to change back to the 'nt' folder. The > following patch fixes the issue. > > -dky > > > *** emacs.3661d004ffb8\nt\makefile.w32-in 2007-08-14 > 20:56:41.218750000 +0530 > --- E:\cache\build\emacs\nt\makefile.w32-in 2007-08-14 > 20:56:27.156250000 +0530 > *************** bootstrap-nmake: addsection cmdproxy > *** 153,158 **** > --- 153,159 ---- > cd ..\src > $(MAKE) $(MFLAGS) bootstrap > $(MAKE) $(MFLAGS) bootstrap-clean > + cd ..\nt > $(CP) $(BLD)/cmdproxy.exe ../bin > cd ..\lisp > $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap > >