bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6134: `make distclean' doesn't remove .elc files


From: Juanma Barranquero
Subject: 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






reply via email to

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