GNU bug report logs -
#48117
28.0.50; Update of loaddefs.el during normal build is unreliable
Previous Next
Reported by: Eli Zaretskii <eliz <at> gnu.org>
Date: Fri, 30 Apr 2021 11:52:02 UTC
Severity: minor
Found in version 28.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
This issue has been present forever.
There are some comments in the Makefiles about it.
There are several issues, eg:
1) autoload generation is slow.
2) the dependencies of the loaddefs files are unknown to make,
and are basically "all lisp files". (You can't even say "just those
files with autoload statements", because removing a previously existing
autoload statement changes the output.)
3) Traditionally, re-making loaddefs files could make trivial changes
to the output that weren't important (eg ordering of the "no
autoloads" section, timestamping), but would still trigger re-dumping emacs.
Which could then trigger regeneration of the autoloads, and
re-dumping, etc. This may be better nowadays, since there is no
longer timestamp information in the loaddefs files (see autoload-timestamps).
This bug report was last modified 2 years and 350 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.