summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-04-26 14:23:55 -0400
committerGlenn Morris <rgm@gnu.org>2017-04-26 14:23:55 -0400
commitafa02fc58c523b31ccfcc657794d4865a40b02a8 (patch)
tree170534ceaf5bd31f2ff3e5fd5f8152068ee2b45d
parentbce5ff9140fc9af7541e8365da953a08bd4dd09a (diff)
downloademacs-afa02fc58c523b31ccfcc657794d4865a40b02a8.tar.gz
; * lisp/Makefile.in: More comments about loaddefs.
-rw-r--r--lisp/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 06d8135c0b9..cbbea78a00f 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -204,11 +204,13 @@ $(lisp)/finder-inf.el:
# sources have changed.
# Write to a temporary file in case we're doing a parallel build and a
-# CANNOT_DUMP-mode Emacs needs to read loaddefs at startup. We start
-# by copying an existing loaddefs.el to loaddefs.tmp to avoid regenerating
-# the entire file anew, which is slow; starting from an almost-correct
-# content will enable the "only update where necessary" feature of
-# batch-update-autoloads.
+# CANNOT_DUMP-mode Emacs needs to read loaddefs at startup.
+# (FIXME: This seems like something that batch-update-autoloads should
+# do internally, then it would Just Work for all loaddefs files.)
+# We start by copying an existing loaddefs.el to loaddefs.tmp to avoid
+# regenerating the entire file anew, which is slow; starting from an
+# almost-correct content will enable the "only update where necessary"
+# feature of batch-update-autoloads.
# Use expand-file-name rather than $abs_scrdir so that Emacs does not
# get confused when it compares file-names for equality.