aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-08-07 14:40:54 +0200
committerLars Ingebrigtsen2022-08-07 14:41:01 +0200
commit4252cea163c2a7bde2ebedfa46b4f1fdc11d7d60 (patch)
tree2d243ace904f151c85849ef9939ecb2d18ee5a6b
parenta332034160bf8e1f38039cd2d37898de6f94508f (diff)
downloademacs-4252cea163c2a7bde2ebedfa46b4f1fdc11d7d60.tar.gz
emacs-4252cea163c2a7bde2ebedfa46b4f1fdc11d7d60.zip
Clarify lisp/Makefile.in comment
* lisp/Makefile.in: Clarify comment.
-rw-r--r--lisp/Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ff70401f5b9..c73a623cce9 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -172,10 +172,11 @@ org-manuals: main-first
172## Comments on loaddefs generation: 172## Comments on loaddefs generation:
173 173
174# loaddefs depends on gen-lisp because in ../src, the emacs target 174# loaddefs depends on gen-lisp because in ../src, the emacs target
175# depends on loaddefs but not on eg leim-list. So having leim as a 175# depends on loaddefs, but not on, for instance, leim-list. So having
176# dependency of loaddefs (via gen-lisp) ensures leim-list gets created 176# leim as a dependency of loaddefs (via gen-lisp) ensures leim-list
177# before the final emacs is dumped. Having leim dependencies in 177# gets created before the final emacs is dumped. Having leim
178# ../src as well would create a parallel race condition. 178# dependencies in ../src as well would create a parallel race
179# condition.
179# 180#
180# FIXME: Is the following true any more? 181# FIXME: Is the following true any more?
181# 182#