]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify lisp/Makefile.in comment
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Aug 2022 12:40:54 +0000 (14:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Aug 2022 12:41:01 +0000 (14:41 +0200)
* lisp/Makefile.in: Clarify comment.

lisp/Makefile.in

index ff70401f5b912ba559dda8214679028c7a630567..c73a623cce9d4f21db88c89a44e7a312c2af8977 100644 (file)
@@ -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?
 #