From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Strange recompilation Date: Thu, 01 Dec 2011 08:18:35 +0100 Message-ID: <4ED72A4B.3050502@swipnet.se> References: <4ED6A5E5.9060601@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1322723934 17122 80.91.229.12 (1 Dec 2011 07:18:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2011 07:18:54 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 01 08:18:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RW0uv-0005aV-VU for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2011 08:18:50 +0100 Original-Received: from localhost ([::1]:54668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW0uu-0003JX-BU for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2011 02:18:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW0us-0003JS-5k for emacs-devel@gnu.org; Thu, 01 Dec 2011 02:18:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RW0uq-0001zC-1b for emacs-devel@gnu.org; Thu, 01 Dec 2011 02:18:46 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:33322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW0up-0001sN-Rc for emacs-devel@gnu.org; Thu, 01 Dec 2011 02:18:44 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id E8B09CC1F for ; Thu, 1 Dec 2011 08:18:38 +0100 (CET) Original-Received: (qmail 19807 invoked by uid 89); 1 Dec 2011 06:18:25 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 1 Dec 2011 06:18:25 -0000 Original-Received: from [10.225.17.62] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 2BDFC7FA058; Thu, 1 Dec 2011 08:18:38 +0100 (CET) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: <4ED6A5E5.9060601@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146381 Archived-At: Paul Eggert skrev 2011-11-30 22:53: > On 11/30/11 13:49, Richard Stallman wrote: >> I type `make temacs' and it recompiles some .o files and links. >> >> Then I type `make emacs' and it starts by compiling .o files. >> This is strange. Does `make emacs' effectively do a bootstrap now? > > No. I can't reproduce your problem. I did this: > > cd src > touch emacs.c > make temacs > make emacs > > The last step did not build any .o files. I saw this too. It happend after I did a bzr update, and then make where I have done make before the update. It then behaved like make bootstrap. After I removed the compilation directory (I compile in a separate directory) and started with a new one, the problem went away. Jan D.