From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: NT Emacs make problem.. Date: 10 Jun 2002 00:44:05 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <5xr8jg9ioa.fsf@kfs2.cua.dk> References: <9735-Wed05Jun2002210858+0300-eliz@is.elta.co.il> <200206070044.g570igm25650@aztec.santafe.edu> <5567-Fri07Jun2002163738+0300-eliz@is.elta.co.il> <200206081915.g58JF3228747@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1023659146 13993 127.0.0.1 (9 Jun 2002 21:45:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2002 21:45:46 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17HAVO-0003da-00 for ; Sun, 09 Jun 2002 23:45:46 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17HArv-0004bp-00 for ; Mon, 10 Jun 2002 00:09:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HAUo-00047H-00; Sun, 09 Jun 2002 17:45:10 -0400 Original-Received: from mail.filanet.dk ([195.215.206.179]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17HAT7-0003kY-00 for ; Sun, 09 Jun 2002 17:43:25 -0400 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id 378757C016 for ; Sun, 9 Jun 2002 21:43:22 +0000 (GMT) Original-To: emacs-devel@gnu.org In-Reply-To: Original-Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4674 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4674 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Richard Stallman writes: >=20 > > What else do people need to know [to build Emacs from CVS]? > I work on other project where I need to use CVSREAD=3Dy This means that I have to checkout (not update) cvs co ... chmod -R u+w . ./configure make bootstrap However, if you build in a different directory (the details are in INSTALL), you can avoid "polluting" the checked out sources with the build. > And then, people might be interested in a fast method that does as > little as possible after a CVS update. I think that it is possible > to be even faster than "make all"? I typically use the following to update and compile: cvs up (cd lisp; make recompile) make PS: I suggested to create an INTRO_CVS file a while back which should contain just this kind of information; maybe you can grep through the emacs-devel archives to see what was suggested back then. --=20 Kim F. Storm http://www.cua.dk