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: Re: Confusion in INSTALL.CVS instructions Date: Sat, 18 Oct 2008 21:34:06 -0500 Message-ID: <87d4hx71pd.fsf@gmail.com> References: <87iqs1ljc0.fsf@newsguy.com> <87prm9yyoc.fsf@offby1.atm01.sea.blarg.net> 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 1224383660 27775 80.91.229.12 (19 Oct 2008 02:34:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Oct 2008 02:34:20 +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 Sun Oct 19 04:35:26 2008 connect(): Connection refused 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 1KrO8Y-0003fu-Ob for ged-emacs-devel@m.gmane.org; Sun, 19 Oct 2008 04:35:23 +0200 Original-Received: from localhost ([127.0.0.1]:57428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrO7T-0006bm-Jc for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2008 22:34:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrO7P-0006bC-DH for emacs-devel@gnu.org; Sat, 18 Oct 2008 22:34:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrO7O-0006ZW-5t for emacs-devel@gnu.org; Sat, 18 Oct 2008 22:34:11 -0400 Original-Received: from [199.232.76.173] (port=60175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrO7N-0006ZT-RZ for emacs-devel@gnu.org; Sat, 18 Oct 2008 22:34:09 -0400 Original-Received: from s6.cableone.net ([24.116.0.232]:37852) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrO7N-0007D6-Hy for emacs-devel@gnu.org; Sat, 18 Oct 2008 22:34:09 -0400 Original-Received: from belanger (unverified [24.116.73.151]) by s6.cableone.net (CableOne SMTP Service s6) with ESMTP id 8165345-1872270 for multiple; Sat, 18 Oct 2008 19:34:08 -0700 In-Reply-To: <87prm9yyoc.fsf@offby1.atm01.sea.blarg.net> (Eric Hanchrow's message of "Thu, 09 Oct 2008 19:24:51 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Vpipe: Scanner said ok (av_avast) X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 0, First 12, in=7, 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:104620 Archived-At: Eric Hanchrow writes: ... >>>>>> "Harry" == Harry Putnam writes: > > Harry> It's not clear if on a fresh checkout one is supposed to run > Harry> both `make bootstrap' and `make' or if `make bootstrap' takes > Harry> the place of `make'. > > `make bootstrap' indeed takes the place of `make'. I thought that `make' by itself would call bootstrap if necessary, so only `make' is necessary.