From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: Worth doing fresh checkout of emacs 22 branch Date: Tue, 15 May 2007 22:43:39 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179261839 32741 80.91.229.12 (15 May 2007 20:43:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 May 2007 20:43:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 15 22:43:57 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 1Ho3sD-0004YA-3V for ged-emacs-devel@m.gmane.org; Tue, 15 May 2007 22:43:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ho406-0008DB-Ut for ged-emacs-devel@m.gmane.org; Tue, 15 May 2007 16:52:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ho402-0008CT-UQ for emacs-devel@gnu.org; Tue, 15 May 2007 16:52:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ho401-0008CH-Cy for emacs-devel@gnu.org; Tue, 15 May 2007 16:52:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ho401-0008CE-AD for emacs-devel@gnu.org; Tue, 15 May 2007 16:52:01 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ho3s6-0002gN-9V for emacs-devel@gnu.org; Tue, 15 May 2007 16:43:50 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ho3s3-0001L6-4k for emacs-devel@gnu.org; Tue, 15 May 2007 22:43:47 +0200 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 May 2007 22:43:47 +0200 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 May 2007 22:43:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: 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:71120 Archived-At: Eli Zaretskii wrote: >> From: Eric Lilja >> Date: Tue, 15 May 2007 14:34:10 +0200 >> >> Here's my build script for the emacs 22 branch btw: >> #!/bin/bash >> export CVS_RSH="ssh" >> touch ~/.cvspass >> cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co -r >> EMACS_22_BASE emacs >> rm ~/.cvspass >> cd emacs/nt/ >> ./configure.bat --with-gcc --no-cygwin --no-debug >> mingw32-make bootstrap --jobs=2 XMFLAGS="--jobs=2" >> mingw32-make install >> >> Is that correct if I want to build the latest sources of what is going >> to be Emacs 22? > > Yes, except that I suggest to use "co -kb", in order to avoid EOL > mangling, especially in *.bat files that already have one CR after > each LF. Ok, I already went ahead and used the script since I got too restless waiting for replies, hehe. :) Next time I perform a checkout I will make sure to add it, thanks for pointing this out! As it feels now I will use CVS head after emacs 22 is released since I want some fixes that are not going to be added to the 22 branch at this time so close to the release and therefore it's good to have an optimal script for performing checkouts and building emacs. - Eric