From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: INSTALL.CVS Date: Tue, 28 Jul 2009 22:17:26 -0500 Message-ID: <87fxcgtby1.fsf@gmail.com> Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248837469 27615 80.91.229.12 (29 Jul 2009 03:17:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jul 2009 03:17:49 +0000 (UTC) Cc: jay.p.belanger@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 29 05:17:42 2009 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 1MVzfh-0005A6-N6 for ged-emacs-devel@m.gmane.org; Wed, 29 Jul 2009 05:17:41 +0200 Original-Received: from localhost ([127.0.0.1]:33304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVzfg-00034w-SE for ged-emacs-devel@m.gmane.org; Tue, 28 Jul 2009 23:17:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVzfc-00034Z-46 for emacs-devel@gnu.org; Tue, 28 Jul 2009 23:17:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVzfW-00033p-Qj for emacs-devel@gnu.org; Tue, 28 Jul 2009 23:17:34 -0400 Original-Received: from [199.232.76.173] (port=37907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVzfW-00033m-MV for emacs-devel@gnu.org; Tue, 28 Jul 2009 23:17:30 -0400 Original-Received: from s5.cableone.net ([24.116.0.231]:50678) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVzfV-0003zG-Rb for emacs-devel@gnu.org; Tue, 28 Jul 2009 23:17:30 -0400 Original-Received: from belanger (unverified [24.116.73.151]) by s5.cableone.net (CableOne SMTP Service s5) with ESMTP id 21147387-1872270 for multiple; Tue, 28 Jul 2009 20:17:28 -0700 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Vpipe: Scanner said ok (av_avast) X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 3, First 293, in=87, out=0, spam=0 ip=24.116.73.151 X-Originating-IP: 24.116.73.151 X-Abuse-Info: Send abuse complaints to abuse@cableone.net X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:113319 Archived-At: After a couple of lines, the INSTALL.CVS file states: Therefore, to build from CVS you must run "make bootstrap" instead of just "make": $ cvs update -dP $ make bootstrap However, "make bootstrap" hasn't been necessary for a while. Is there any need to suggest its use?