From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Worth doing fresh checkout of emacs 22 branch Date: Tue, 15 May 2007 23:39:00 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1179261550 31702 80.91.229.12 (15 May 2007 20:39:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 May 2007 20:39:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 15 22:39:09 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 1Ho3nW-0003Ft-Mf for ged-emacs-devel@m.gmane.org; Tue, 15 May 2007 22:39:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ho3vQ-0006jA-M8 for ged-emacs-devel@m.gmane.org; Tue, 15 May 2007 16:47:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ho3vM-0006iv-OH for emacs-devel@gnu.org; Tue, 15 May 2007 16:47:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ho3vK-0006id-Bs for emacs-devel@gnu.org; Tue, 15 May 2007 16:47:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ho3vK-0006ia-64 for emacs-devel@gnu.org; Tue, 15 May 2007 16:47:10 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ho3nP-00023U-84 for emacs-devel@gnu.org; Tue, 15 May 2007 16:38:59 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-239-87.inter.net.il [84.229.239.87]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CPC16368 (AUTH halo1); Tue, 15 May 2007 23:38:57 +0300 (IDT) In-reply-to: (message from Eric Lilja on Tue, 15 May 2007 14:34:10 +0200) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:71119 Archived-At: > 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.