From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: Do you still run 'make' after 'make bootstrap' Date: Sat, 03 Aug 2013 09:58:27 -0400 Organization: Still searching... Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375588405 29952 80.91.229.3 (4 Aug 2013 03:53:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2013 03:53:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 04 05:53:27 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V5pNm-0006kX-48 for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Aug 2013 05:53:26 +0200 Original-Received: from localhost ([::1]:46902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5pNl-0004YT-QS for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Aug 2013 23:53:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5pNX-0004YI-Rl for help-gnu-emacs@gnu.org; Sat, 03 Aug 2013 23:53:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5pNS-0006DT-1G for help-gnu-emacs@gnu.org; Sat, 03 Aug 2013 23:53:11 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5pNR-0006CY-Qr for help-gnu-emacs@gnu.org; Sat, 03 Aug 2013 23:53:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V5pNQ-0005nk-Fr for help-gnu-emacs@gnu.org; Sun, 04 Aug 2013 05:53:04 +0200 Original-Received: from z65-50-57-227.ips.direcpath.com ([65.50.57.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Aug 2013 05:53:04 +0200 Original-Received: from reader by z65-50-57-227.ips.direcpath.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Aug 2013 05:53:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: z65-50-57-227.ips.direcpath.com User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (usg-unix-v) Cancel-Lock: sha1:kSGvftrNu5mRq0qKpLOltJPDLmE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92698 Archived-At: Stefan Monnier writes: >> Building emacs from a bzr branch of trunk. Its not clear to me in the >> INSTALL.BZR file if you are still supposed to run 'make' after running >> 'make bootstrap'. Anyone here happen to know? > > "make bootstrap" is basically "make bootstrap-clean; make". So you can > run "make" again afterwards, but it's only useful if the first "make" > did not finish successfully. Well, thanks once again for your full and useful answer. Its well appreciated.