* Why does 'make clean' not clean the etc/ directory?
@ 2007-07-31 19:26 Sven Joachim
2007-08-01 5:39 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Sven Joachim @ 2007-07-31 19:26 UTC (permalink / raw)
To: emacs-devel
The toplevel Makefile does not clean up the etc/ directory in the
targets {mostly,,dist,maintainer-}clean, unlike the other directories.
The result is that useless stale DOC-* files are left there, is this
an oversight? I had expected them to disappear upon 'make clean' in
the toplevel directory.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Why does 'make clean' not clean the etc/ directory?
2007-07-31 19:26 Why does 'make clean' not clean the etc/ directory? Sven Joachim
@ 2007-08-01 5:39 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-08-01 5:39 UTC (permalink / raw)
To: Sven Joachim; +Cc: emacs-devel
Sven Joachim wrote:
> The toplevel Makefile does not clean up the etc/ directory in the
> targets {mostly,,dist,maintainer-}clean, unlike the other directories.
It does. The top-level Makefile calls src/Makefile for the various
clean options, and these do delete the etc/DOC* files. I guess it's
because etc/DOC* is generated from src/, not from etc/.
> The result is that useless stale DOC-* files are left there, is this
> an oversight? I had expected them to disappear upon 'make clean' in
> the toplevel directory.
make clean only deletes DOC; you have to use distclean to get rid of
DOC-*. Admittedly, this does mean that src/Makefile is inconsistent
with etc/Makefile (which deletes DOC* for clean).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-01 5:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 19:26 Why does 'make clean' not clean the etc/ directory? Sven Joachim
2007-08-01 5:39 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.