From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: questions on INSTALL.cvs Date: Sat, 12 Aug 2006 15:04:50 +0300 Message-ID: References: <44DBBBBE.60600@speakeasy.net> <87vep0rx1n.fsf@offby1.atm01.sea.blarg.net> <44DBF126.6070704@speakeasy.net> <87r6znxip6.fsf@olgas.newt.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1155384401 28943 80.91.229.2 (12 Aug 2006 12:06:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Aug 2006 12:06:41 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 12 14:06:40 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GBsGF-0005B7-NU for ged-emacs-devel@m.gmane.org; Sat, 12 Aug 2006 14:06:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBsGF-0002oY-8B for ged-emacs-devel@m.gmane.org; Sat, 12 Aug 2006 08:06:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GBsEW-0001mK-2X for emacs-devel@gnu.org; Sat, 12 Aug 2006 08:04:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GBsET-0001k0-3Z for emacs-devel@gnu.org; Sat, 12 Aug 2006 08:04:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBsES-0001jl-L6 for emacs-devel@gnu.org; Sat, 12 Aug 2006 08:04:48 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GBsJo-00079B-5g for emacs-devel@gnu.org; Sat, 12 Aug 2006 08:10:20 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-154-186.inter.net.il [80.230.154.186]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FMI56771 (AUTH halo1); Sat, 12 Aug 2006 15:04:45 +0300 (IDT) Original-To: Bill Wohler In-reply-to: <87r6znxip6.fsf@olgas.newt.com> (message from Bill Wohler on Fri, 11 Aug 2006 10:53:25 -0700) 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:58313 Archived-At: > From: Bill Wohler > Date: Fri, 11 Aug 2006 10:53:25 -0700 > > It was clear to me too. However, I think I was able to make the text > more explicit: > > Once you have run "make bootstrap", you can use the following > alternative, quicker, procedure after subsequent CVS updates: > > $ ./configure > $ make > $ cd lisp > $ make recompile EMACS=../src/emacs > $ cd .. > $ make > > Sometimes, certain changes require another "make bootstrap." If you > run into compile-time or run-time problems after running the > alternative procedure, use "make bootstrap." > > I can check this in if there aren't any objections. I clarified the text is a slightly different way, thanks.