From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "D. Goel" Newsgroups: gmane.emacs.devel Subject: Re: NT Emacs make problem.. Date: 13 Jun 2002 10:36:52 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: 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> <200206101014.g5AAEOd01405@aztec.santafe.edu> <200206121214.g5CCEeG05122@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023979192 30974 127.0.0.1 (13 Jun 2002 14:39:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2002 14:39:52 +0000 (UTC) Cc: Kai.Grossjohann@CS.Uni-Dortmund.DE, eliz@is.elta.co.il, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17IVlQ-00083T-00 for ; Thu, 13 Jun 2002 16:39:52 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17IW9k-0007DP-00 for ; Thu, 13 Jun 2002 17:05:00 +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 17IVki-0002gA-00; Thu, 13 Jun 2002 10:39:08 -0400 Original-Received: from phys-mail1.physics.umd.edu ([129.2.42.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17IVid-0002Pq-00; Thu, 13 Jun 2002 10:36:59 -0400 Original-Received: from student1.physics.umd.edu (root@student1.physics.umd.edu [129.2.172.16]) by phys-mail1.physics.umd.edu (8.10.1/8.10.1) with ESMTP id g5DEarA09504; Thu, 13 Jun 2002 10:36:54 -0400 (EDT) Original-Received: from student1.physics.umd.edu (sendmail@localhost [127.0.0.1]) by student1.physics.umd.edu (8.9.3/8.9.3) with SMTP id KAA22354; Thu, 13 Jun 2002 10:36:53 -0400 (EDT) Original-Received: (from deego@localhost) by student1.physics.umd.edu (8.9.3/8.9.3) id KAA11952; Thu, 13 Jun 2002 10:36:53 -0400 (EDT) X-Authentication-Warning: student1.physics.umd.edu: deego set sender to deego@glue.umd.edu using -f Original-To: rms@gnu.org In-Reply-To: <200206121214.g5CCEeG05122@aztec.santafe.edu> Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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:4832 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4832 Richard Stallman writes: > Normally, it is not necessary to use "make bootstrap" after every CVS > update. Unless there are problems, "make all" should be used. > > That is a good point. We should state that. > Added to the file. thanks. DG --