From: Lars Ingebrigtsen Date: Sun, 7 Aug 2022 12:40:54 +0000 (+0200) Subject: Clarify lisp/Makefile.in comment X-Git-Tag: emacs-29.0.90~1447^2~343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4252cea163c2a7bde2ebedfa46b4f1fdc11d7d60;p=emacs.git Clarify lisp/Makefile.in comment * lisp/Makefile.in: Clarify comment. --- 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 ## Comments on loaddefs generation: # loaddefs depends on gen-lisp because in ../src, the emacs target -# depends on loaddefs but not on eg leim-list. So having leim as a -# dependency of loaddefs (via gen-lisp) ensures leim-list gets created -# before the final emacs is dumped. Having leim dependencies in -# ../src as well would create a parallel race condition. +# depends on loaddefs, but not on, for instance, leim-list. So having +# leim as a dependency of loaddefs (via gen-lisp) ensures leim-list +# gets created before the final emacs is dumped. Having leim +# dependencies in ../src as well would create a parallel race +# condition. # # FIXME: Is the following true any more? #