Marcus Crestani wrote:
Is there a reason why "make clean" does not delete the core
lisp .elc
files? I missed this in my test runs...
This is done because, traditionally at least, it was very time consuming
to rebuild the .elc files (esp. when the whole world was in core). We
should probably consider changing at least one of the "greater cleans";
e.g. `make realclean' should surely remove the .elc files, since its
definition is "Delete everything from the current directory that can be
reconstructed with this Makefile." i'll change this unless someone objects.
ben