emacs-devel
[Top][All Lists]
Advanced

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

Re: Building cvs emacs on a dual-core machine


From: Eli Zaretskii
Subject: Re: Building cvs emacs on a dual-core machine
Date: Thu, 04 Jan 2007 06:15:06 +0200

> From: Eric Lilja <address@hidden>
> Date: Wed, 03 Jan 2007 21:56:00 +0100
> 
> Anyway, I just performed a full checkout and was able to build emacs 
> using the following script:
> 
> #!/bin/bash
> export CVS_RSH="ssh"
> touch ~/.cvspass
> cvs -z3 -d:pserver:address@hidden:/sources/emacs co emacs
> rm ~/.cvspass
> cd emacs/nt/
> ./configure.bat --with-gcc --no-cygwin --no-debug
> time mingw32-make bootstrap --jobs=2 XMFLAGS="--jobs=2"
> mingw32-make install
> 
> Same system as before. So with the changes you made I can now perform a 
> full bootstrap when specifying the jobs parameter. :-)

Thanks for testing.

> As you mentioned, specifying jobs provide no real benefit under
> windows at the moment but it still feels good that this has been
> fixed.

Yes, it means that at least our Makefile's are now more correct in
stating dependencies between various targets.




reply via email to

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