[PATCH] emacs: Avoid rebuilding .eldeps even when there's nothing to do
David Bremner
david at tethera.net
Fri Feb 21 17:21:36 PST 2014
Austin Clements <amdragon at MIT.EDU> writes:
> Previously, we updated .eldeps only if the file contents actually
> needed to change. This was done to avoid unnecessary make restarts
> (if the .eldeps rule changes the mtime of .eldeps, make has to restart
> to collect the new dependencies). However, this meant that, after a
> modification to any .el file that did not change dependencies, .eldeps
> would always be out of date, so every make invocation would run the
> .eldeps rule, which is both expensive because it starts up Emacs and
> noisy. This was true even when there was nothing to do. E.g.,
>
pushed.
d
More information about the notmuch
mailing list