unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Sven Joachim <svenjoac@gmx.de>
Cc: emacs-devel@gnu.org
Subject: Re: Why does 'make clean' not clean the etc/ directory?
Date: Wed, 01 Aug 2007 01:39:42 -0400	[thread overview]
Message-ID: <mmyxbu82p.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <18095.36083.982065.264439@debian.local> (Sven Joachim's message of "Tue, 31 Jul 2007 21:26:43 +0200")

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).

      reply	other threads:[~2007-08-01  5:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-31 19:26 Why does 'make clean' not clean the etc/ directory? Sven Joachim
2007-08-01  5:39 ` Glenn Morris [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mmyxbu82p.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=svenjoac@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).