emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make mostlyclean


From: Glenn Morris
Subject: Re: make mostlyclean
Date: Thu, 30 Nov 2006 22:00:57 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Richard Stallman wrote:

>     In src/, `make mostlyclean' removes (amongst other things)
>     "bootstrap-emacs", but it does not remove "emacs-22.0.91" (sans build
>     number), which is a hardlink to "bootstrap-emacs". Should it not
>     delete that file as well? It is the biggest file in src/ by some
>     margin in my build tree.
>
> I think this is correct.  If you build Emacs again it will get a new
> number.

I either did not explain or misunderstood. The file I am referring to
does not have a number.

The bootstrap sequence goes:

Dumping under names emacs and emacs-22.0.91
mv -f emacs bootstrap-emacs
...do stuff using bootstrap-emacs...
make mostlyclean
  rm -f bootstrap-emacs
Dumping under names emacs and emacs-22.0.91.1

At the end, I have:

emacs and emacs-22.0.91.1  (hard links, 13 MB)
emacs-22.0.91              (20MB, was a hard link to bootstrap-emacs)

If bootstrap-emacs gets deleted, surely emacs-22.0.91 (without ".1" at
the end) should too?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]