emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Worth doing fresh checkout of emacs 22 branch


From: Eli Zaretskii
Subject: Re: Worth doing fresh checkout of emacs 22 branch
Date: Tue, 15 May 2007 23:39:00 +0300

> From: Eric Lilja <address@hidden>
> 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:address@hidden:/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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]