unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Strange recompilation
@ 2011-11-30 21:49 Richard Stallman
  2011-11-30 21:53 ` Paul Eggert
  2011-12-01  3:55 ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Stallman @ 2011-11-30 21:49 UTC (permalink / raw)
  To: emacs-devel

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?

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use free telephony http://directory.fsf.org/category/tel/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Strange recompilation
  2011-11-30 21:49 Strange recompilation Richard Stallman
@ 2011-11-30 21:53 ` Paul Eggert
  2011-12-01  7:18   ` Jan D.
  2011-12-01  3:55 ` Eli Zaretskii
  1 sibling, 1 reply; 6+ messages in thread
From: Paul Eggert @ 2011-11-30 21:53 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

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.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Strange recompilation
  2011-11-30 21:49 Strange recompilation Richard Stallman
  2011-11-30 21:53 ` Paul Eggert
@ 2011-12-01  3:55 ` Eli Zaretskii
  2011-12-01 21:53   ` Richard Stallman
  1 sibling, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2011-12-01  3:55 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

> Date: Wed, 30 Nov 2011 16:49:01 -0500
> From: Richard Stallman <rms@gnu.org>
> 
> 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?

"make emacs" should effectively run bootstrap only if *.elc files are
missing.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Strange recompilation
  2011-11-30 21:53 ` Paul Eggert
@ 2011-12-01  7:18   ` Jan D.
  2011-12-02 12:05     ` Richard Stallman
  0 siblings, 1 reply; 6+ messages in thread
From: Jan D. @ 2011-12-01  7:18 UTC (permalink / raw)
  To: Paul Eggert; +Cc: rms, emacs-devel

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.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Strange recompilation
  2011-12-01  3:55 ` Eli Zaretskii
@ 2011-12-01 21:53   ` Richard Stallman
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Stallman @ 2011-12-01 21:53 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

    > Then I type `make emacs'  and it starts by compiling .o files.
    > This is strange.  Does `make emacs' effectively do a bootstrap now?

    "make emacs" should effectively run bootstrap only if *.elc files are
    missing.

Mine were certainly not missing.

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use free telephony http://directory.fsf.org/category/tel/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Strange recompilation
  2011-12-01  7:18   ` Jan D.
@ 2011-12-02 12:05     ` Richard Stallman
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Stallman @ 2011-12-02 12:05 UTC (permalink / raw)
  To: Jan D.; +Cc: eggert, emacs-devel

    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.

I build in the source directory.


-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use free telephony http://directory.fsf.org/category/tel/



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-02 12:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 21:49 Strange recompilation Richard Stallman
2011-11-30 21:53 ` Paul Eggert
2011-12-01  7:18   ` Jan D.
2011-12-02 12:05     ` Richard Stallman
2011-12-01  3:55 ` Eli Zaretskii
2011-12-01 21:53   ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).