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: Building cvs emacs on a dual-core machine Date: Thu, 04 Jan 2007 06:15:06 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1167884137 2646 80.91.229.12 (4 Jan 2007 04:15:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2007 04:15:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 04 05:15:35 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 1H2K0o-0002m4-FZ for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 05:15:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2K0n-0007cm-Nx for ged-emacs-devel@m.gmane.org; Wed, 03 Jan 2007 23:15:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2K0P-0007U9-7D for emacs-devel@gnu.org; Wed, 03 Jan 2007 23:15:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2K0N-0007S2-8P for emacs-devel@gnu.org; Wed, 03 Jan 2007 23:15:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2K0M-0007Rn-SV for emacs-devel@gnu.org; Wed, 03 Jan 2007 23:15:03 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2K0M-00024Y-Ao for emacs-devel@gnu.org; Wed, 03 Jan 2007 23:15:02 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-202-118.inter.net.il [84.228.202.118]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GSH67898 (AUTH halo1); Thu, 4 Jan 2007 06:14:59 +0200 (IST) Original-To: Eric Lilja In-reply-to: (message from Eric Lilja on Wed, 03 Jan 2007 21:56:00 +0100) 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:64735 Archived-At: > From: Eric Lilja > 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:anonymous@cvs.savannah.gnu.org:/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.