GNU bug report logs - #6134
`make distclean' doesn't remove .elc files

Previous Next

Package: emacs;

Reported by: Paul Pogonyshev <p.pogonyshev <at> anakreon.net>

Date: Fri, 7 May 2010 15:11:01 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 6134 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Paul Pogonyshev <p.pogonyshev <at> anakreon.net>
Cc: 6134 <at> debbugs.gnu.org
Subject: Re: bug#6134: `make distclean' doesn't remove .elc files
Date: Sun, 9 May 2010 00:02:14 +0200
> When I invoke
>
>    make distclean
>
> in a repository clone, I expect to get a completely clean tree

If you mean a Bazaar clone, you can use

  bzr clean-tree --unknown --ignored --detritus

which should leave only the pristine tree (and .bzr metadata, of
course). I have such an alias

  bzr alias extraclean="clean-tree --unknown --ignored --detritus"

and invoke it as "bzr extraclean --force".

Of course, after that you'll have to configure & bootstrap.

    Juanma




This bug report was last modified 15 years and 8 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.